PHP and shared libraries

Hello,
I would compile PHP with the oci interface. PHP needs shared libraries. Where can I get the libraries.
Greetings

You are using -instlib correctly.
It appears we have a bug in the -instlib implementation. Apparently it does not ignore local symbols, as it should do.
If you have a service contract with Oracle, please report this problem via your support channel to ensure the bug gets some attention.

Similar Messages

  • HT1904 parental controls and shared libraries

    We're slowly migrating towards having all our music and movies in iTunes.
    One item that's crutial to this migration is proper parental controls, especially with shared libraries. They seem to work well on the kids iTouch devices and hide the content that's higher than their allowed rating level.
    However, on my daughter's computer (Vista SP2 with iTunes 11.0.2), the shared libraries with content higher than her allowed rating are visible and can be started, even when the parental controls are enabled.
    What am I doing wrong?
    Thanks,
    Eric

    It seems that the parental controls only apply to iTunes store, not the iTunes library?
    Correct; parental controls do indeed only apply to iTunes Store purchases.
    The only reasonable workaround I can think of that the kids can't easily get around to have separate iTunes libraries, one for the adults in the house and one from the kids.

  • Pmap and shared libraries

    I'm trying to subtract the "shared" mappings from the output that pmap
    produces and show memory usage per process and a separate shared
    memory usage for the system.
    Pmap shows shared library mappings like this ...
    Address Kbytes Resident Shared Private Permissions Mapped File
    FF080000 656 616 600 16 read/exec libc.so.1
    FF132000 32 32 - 32 read/write/exec libc.so.1
    It looks like all processes that have access to libc.so have
    the same mapping. It was my understanding that the Shared and Private allocations (at least in the read/exec mapping) were a fixed
    characteristic of the particular shared library.
    Where is the 40 Kbytes that are not currently used? Virtual, swapped
    out?, but would it be Shared or Private?

    No, not all processes mapping a shared library have the same
    shared/private .text section allocations.
    The shared libraries are tuned for maximum sharing, that is they
    are compiled as position independant code so most of the .text
    section (program code) can be mapped without changes into each
    process, at whatever virtual address is appropriate for each
    process. All the code that needs to be adapted for a certain
    virtual address is concentrated at one place in the .text section
    (procedure linkage table, global offset table, ...). This part
    of the shared library cannot be shared between processes and is
    typically what you see as the "private" part of the .text section
    in the pmap -x output. The non sharable .text section part is
    just the procedure linkage table, global offset table, ... and
    thus is ~ the same size for each process.
    By using mprotect on the .text section or by setting breakpoints
    into the .text section (to name two exceptions) you are able to
    make changes to more parts of the shared .text sections, so that
    you get more 'private' pages in a processes' address space. Here's
    an example with breakpoints:
    <pre>
    4% adb /bin/cat
    main:b
    :r
    breakpoint at:
    main: save %sp, -0x190, %sp
    printf:b
    memmove:b
    atoi:b
    malloc:b
    getenv:b
    :c
    breakpoint at:
    getenv: save %sp, -0x60, %sp
    </pre>
    Now in another window you can verify with pmap -x that cat's copy of
    libc.so with several breakpoints (=changes, private copies) in the
    .text section has more private memory allocated:
    <pre>
    FF280000 656 616 568 48 read/exec libc.so.1
    </pre>
    While some other processes' copy of libc.so at the same time has:
    <pre>
    FF180000 656 616 592 24 read/exec libc.so.1
    </pre>
    The 40Kbytes difference you've observed between the .text sections'
    size and the resident size are VM pages not loaded in main memory.
    If these VM pages have not been changed, then they can be paged in
    from the shared lib's file, else there have been changes to these
    pages and they resides on the swap space.

  • Downloads to iPhone gone after sync with iTunes 9 and shared libraries

    I have songs that I downloaded directly to my iPhone 3g-s. After the first time I synched the iPhone to my laptop after installing iTunes 9 and sharing songs with my desktop, songs have disappeared from my iPhone. When I search the song, the title is there but when I click the song, it says to purchase the song from iTunes. The songs are on neither of the 2 computers sharing songs. However, only some of the songs that I had downloaded directly to the iPhone from iTunes have disappeared.

    I read another post here and the solution is simple: goto file and select 'Transfer Purchases from iPod". It works perfectly!

  • Distributing LLB and shared libraries - making previous versions

    I'm fairly new to labview, so I hope these questions aren't too simple.
    I have a product that I have designed a set of labview VIs and custom controls for and need to distribute them to customers (CD included with product). I would like only the 5 or 6 VIs that user's need to buld VI applications with our product to appear in the menu,  and the other 10 to 15 VIs be semi-hidden. I would like only the main VI's to appear in the user library function pallette, but would like to have the other VIs accessable a customer wants to custamize it. I think a LLB would be the way to distribute the VIs, but I haven' t found a way to have the LLB only put the desired VIs in the function pallete. My management has also asked for a custion button in the function pallete like I get when I install NI modbus. How is this done. Should we deliver a shared library or LLB? Is there a way to make a setup to install a shared library. Any ideas?
    Lastly I need to save my VI's for previous labview versions. I only have 8.2 on my machine. I seem to only be able to save back to 8.0, but when I create the LLB it converts the VIs and LLB back to 8.2. Do I need the previous labview versions installed to make a version of the LLB for an older version. We want to go back to at least version 7 for customers that haven't upgraded.
    Paul

    One way to create a LabVIEW installer is using OpenG package builder.
    This is basically an advanced copy function. (to install you need VIPM)
    You should install the VIs in vi.lib\addons\%toolkit% 
    Start each llb with an underscore '_' so LabVIEW won't index the file.
    Also create an mnu file that shows the VI you want to have 'public'
    You can't backsave to 7.0 in one step. You should have (legal) installs of all versions back to 7.0.
    Not only for the backsave but also for some debugging, a lot of functionality you use is probably not accessible in older versions.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Use of DBX and shared libraries with SparcWORKS 5.0

    We've been trying without much success to debug customer core files using SparcWORKS 5.0 on Solaris 7. Regardless of what we try (including recommended 'fixes' or 'workarounds' we get this message;
    <pre>
    core file header read successfully
    Reading ld.so.1
    dbx: warning: could not initialize librtld_db.so.1 -- trying libDP_rtld_db.so
    dbx: panic: cannot dlopen libDP_rtld_db.so as "/opt/SUNWspro/bin/../WS5.0/bin/sparcv9/../../lib/libDP_rtld_db.so" either
    -- ld.so.1: /opt/SUNWspro/bin/../WS5.0/bin/sparcv9/dbx: fatal:
    /opt/SUNWspro/bin/../WS5.0/bin/sparcv9/../../lib/libDP_rtld_db.so:
    corrupt or truncated file
    </pre>
    Anyone have any suggestions?

    This looks like a known bug 42057057. This bug has been fixed in
    Workshop5.0 patch. It is ia fix in Dbx.
    WorkShop IPE 5.0: Patch for dbx
    Free Patch Descriptions: 107355-07
    Please get that patch and install it.
    ....jagruti

  • The application "FreeHand" could not be launched because of a shared librar

    Suddenly I can not launch FreeHand 10
    I get:
    The application "FreeHand" could not be launched because of a shared library error: "5<FreeHand X><FreeHand X><PowerPlant Shared Library>"
    Only thing I can think of that is different now than last time I used FH is I activated iWork Pages
    The solution would be great, as would tips on how/where I can go discover the solution without having to ask someone to help me - can't figure out how to get mac's help to point me to solution
    I have repaired permissions
    thanks

    Hi, Robert.
    Here is some general advice on troubleshooting shared library errors. In your case, I suspect points 1 and 2 below apply as it looks like the shared library error in this case is citing only Freehand-related components (a check on the Adobe site indicates the PowerPlant Shared Library is part of Freehand).
    A shared library error, in general terms, implies a missing, corrupted, or incompatible application or operating system framework. Details on frameworks and shared libraries (heavy technical reading) can be found in the "Frameworks" section of the "Software Development Overview" chapter of the Apple Developer Connection document Mac OS X Technology Overview, and the Framework Programming Guide.
    Causes for shared library errors include:
    • The affected application has been corrupted and must be reinstalled.
    • The affected application is incompatible with the version of Mac OS X you are using, or depends upon another application or operating system component which is either corrupted or incompatible with the affected application.
    • Running incompatible versions of two applications with interdependent shared libraries.
    • Disk directory or permission corruption.
    • Corrupted operating system installation.
    To resolve shared library errors:
    1. As a start, perform a general checkup by running the Procedure in my Resolving Disk, Permission, and Cache Corruption FAQ. Directory corruption can result in a shared library being seen as "missing."
    2. If the problem persists, and only one application is affected, uninstall, then reinstall the affected application. See my "Uninstalling applications" FAQ for important advice on uninstalling software.
    3. Assure that the version of Mac OS X you are using is compatible with the system requirements of the affected application. The system requirements for an application can usually be determined by consulting either its documentation, the developer's Web site, or by contacting the developer.
    4. Assure you are running either the latest versions or compatible versions — as specified in the system requirements of the affected application — of other applications, if any, cited in error messages concerning the shared library error. Error messages concerning the shared library error may be displayed in alert dialogs or may appear in Console logs. In particular, check these of these Console logs for specific messages citiing the shared library error and the affected application. Applications cited in the error message, other than the affected application, indicate that the affected application depends upon a shared library provided by these other applications.• Assure you are running the correct, compatible versions of any applications, other than the affected applicaiton, cited in the error messages.
    • Reinstall any of the applications, other than the affected application, cited in the shared library error message.For example, the shared library error messageThe application "application_name" could not be launched because of a shared library error: "<<applicationname><Apple;Carbon;Multimedia><CFMPrivQuickTime>could imply that the installed version of QuickTime may either be corrupted or incompatible with the affected application due to the presence of CFMPriv_QuickTime in the message.
    5. If the problem persists, or the shared library in question is part of the operating system, reinstall Mac OS X using the Archive and Install process. See my "General advice on performing an Archive and Install" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Cannot access iTunes Protected Content in Shared Libraries on Apple TV 2.3

    Hi all,
    Does anyone else have this problem?
    In Apple TV 2.3, I cannot access any protected content in SHARED libraries. The primary computer that syncs with Apple TV works fine, and I can listen to protected music, movies, etc purchased on iTunes, but from the other 4 computers in our household I cannot listen to their PROTECTED content, instead getting "Your Apple TV is not authorized to play this content".
    If I revert to factory defaults (Apple TV 1.0), then I can listen to protected content in my own library and shared libraries without problems, but I cannot view movies I have purchased as they require Apple TV 2.0 or above.
    I can reproduce this perfectly every time, basically if I upgrade to 2.3, I can't have protected content on shared libraries, and if I use 1.0 I can't have my movies...
    All non-protected content is fine on both my synced library and the shared libraries.
    I have tried all the Apple suggested fixes on their support page (factory reset of Apple TV, deauthorizing/authorizing iTunes on all the computers several times, and the internet connection definitely works - I tested it by buying a song via my TV).
    A solution would be much appreciated, but I'm convinced that this is probably a bug since I can reproduce it over and over every time...

    No I don't have the other's authorized with my computer, but I don't see why it would matter though as the Apple TV is its 'own' device isn't it?
    All of us have our own iTunes accounts so each of the shared libraries would be under a separate email address.
    That said, in 1.0 it isn't an issue to access the DRM'd content in shared libraries under the various user accounts, it only seems to be 2.3 that has broken this for us.
    I've logged a bug via that feedback page, do they actually get resolved though?

  • Error 0(Native: listNetInterfaces:[3]) and error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    Hi Gurus,
    I'm trying to upgrade my test 9.2.0.8 rac to 10.1 rac. I cannot upgrade to 10.2 because of RAM limitations on my test RAC. 10.1 Clusterware software was successfully installed and the daemons are up with OCR and voting disk created. Then during the installation of RAC software at the end, root.sh needs to be run. When I run root.sh, it gave the error: while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory. I have libpthread.so.0 in /lib. I looked up on metalink and found Doc ID: 414163.1 . I unset the LD_ASSUME_KERNEL in vipca (unsetting of LD_ASSUME_KERNEL was not required in srvctl because there was no LD_ASSUME_KERNEL in srvctl). Then I tried to run vipca manually. I receive the following error: Error 0(Native: listNetInterfaces:[3]). I'm able to see xclock and xeyes. So its not a problem with x.
    OS: OEL5 32 bit
    oifcfg iflist
    eth0 192.168.2.0
    eth1 10.0.0.0
    oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth1 10.1.1.0 global cluster_interconnect
    eth0 192.168.2.0 global public
    cat /etc/hosts
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    My questions are:
    should ping on sunny1vip and sunny2vip be already working? As of now they dont work.
    if you look at oifcfg getif, I initially had eth1 10.0.0.0 global cluster_interconnect,eth0 192.168.2.0 global public then I created eth1 10.1.1.0 global cluster_interconnect with setif. Should it be 10.1.1.0 or 10.0.0.0. I looked at the subnet calculator and it says for 10.1.1.1, 10.0.0.0 is the subnet. In metalink they had used 10.10.10.0 and hence I used 10.1.1.0
    Any ideas on resolving this issue would be very much appreciated. I had been searching on oracle forums, google, metalink but all of them refer to DOC Id 414163.1 but it does n't seem to work. Please help. Thanks in advance.
    Edited by: ayyappa on Aug 20, 2009 10:13 AM
    Edited by: ayyappa on Aug 20, 2009 10:14 AM
    Edited by: ayyappa on Aug 20, 2009 10:15 AM

    a step forward towards resolution but i need some help from the gurus.
    root# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    root# /u01/app/oracle/product/crs/bin/oifcfg iflist
    eth1 10.0.0.0
    eth0 192.168.2.0
    root# /u01/app/oracle/product/crs/bin/oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth0 191.168.2.0 global public
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main directory that contain oracle products. set and export ORACLE_HOME, then re-run.
    root# export ORACLE_BASE=/u01/app/oracle
    root# export ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    root# export ORA_CRS_HOME=/u01/app/oracle/product/crs
    root# export PATH=$PATH:$ORACLE_HOME/bin
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP does not exist.
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny1pub -o $ORACLE_HOME -A 192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny2pub -o $ORACLE_HOME -A 192.168.2.44/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP exists.: sunny1vip.ezhome.com/192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny2pub -a
    VIP exists.: sunny2vip.ezhome.com/192.168.2.44/255.255.255.0
    Once I execute the add nodeapps command as root on node 1, I was able to get vip exists for config nodeapps on node 2. The above 2 statements resulted me with same values on both nodes. After this I executed root.sh on both nodes, I did not receive any errors. It said CRS resources are already configured.
    My questions to the gurus are as follows:
    Should ping on vip work? It does not work now.
    srvctl status nodeapps -n sunny1pub(same result for sunny2pub)
    VIP is not running on node: sunny1pub
    GSD is not running on node: sunny1pub
    PRKO-2016 : Error in checking condition of listener on node: sunny1pub
    ONS daemon is not running on node: sunny1pub
    [root@sunny1pub ~]# /u01/app/oracle/product/crs/bin/crs_stat -t
    Name Type Target State Host
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    Will crs_stat and srvctl status nodeapps -n sunny1pub work after I upgrade my database or should they be working now already? I just choose to install 10.1.0.3 software and after running root.sh on both nodes, I clicked ok and then the End of installation screen appeared. Under installed products, I see 9i home, 10g home, crs home. Under 10g home and crs home, I see cluster nodes(sunny1pub and sunny2pub) So it looks like the 10g software is installed.

  • Best Practice for External Libraries Shared Libraries and Web Dynrpo

    Two blogs have been written on sharing libraries with Web Dynpro DC, but I would
    like to know the best practice for doing this.
    External libraries seem to work great at compile time, but when deploying there is often an error related to the external library not being a deployed component. 
    Is there a workaround for this besides creating a shared J2EE library which I have been able to get working?  I am not interested in something that works, but really
    what are the best practice for this. What is the best way to  limit the number of jars that need to be kept in a shared library/ext library.  When is sharing ref service/etc a valid approach vs. hunting down the jars in the portal libraries etc and storing in an external library.

    Security is mainly about mitigation rather than 100% secure, "We have unknown unknowns". The component needs to talk to SQL Server. You could continue to use http to talk to SQL Server, perhaps even get SOAP Transactions working but personally
    I'd have more worries about using such a 'less trodden' path since that is exactly the areas where more security problems are discovered. I don't know about your specific design issues so there might be even more ways to mitigate the risk but in general you're
    using a DMZ as a decent way to mitigate risk. I would recommend asking your security team what they'd deem acceptable.
    http://pauliom.wordpress.com

  • HT2688 I just want to know where to find the shared libraries on the new iTunes. These articles are a million years old, and are of no help.

    I just want to know where to find my shared libraries on the stupid new iTunes. The layout was fine before, but when they changed it, I can't seem to find them. The articles on Apple are a million years old, before the latest iTunes update, so they are no help. Thanks.

    carlygo wrote:
    The articles on Apple are a million years old, before the latest iTunes update, so they are no help. Thanks.
    It's only 7 months old and it is still correct.
    ctrl B = Show sidebar.
    ctrl S = Show menu.

  • Shared libraries / home sharing and iPod touch

    i have never had nor used an iphone or ipod touch, but am considering an iPod touch. i would really like to be able to see, organize, and play shared libraries. eg:
    - use my touch to access the Mac upstairs that has all my music on it's itunes
    - build or choose a playlist
    - play from that machine to my airtunes, viewing the playlist through itunes on the touch
    is this possible?
    thanks!

    Setting up Home Sharing
    Note: To stream your iTunes library to your iPod touch, you will need iOS 4.3 or later.
    On your iPod touch, tap Settings > Music.
    In the Home Sharing section, enter the same Apple ID and password you entered on your computer (or computers) and tap the return button.
    Playing Home Sharing content
    To watch shared videos on your iPod touch, tap Videos > Shared and select a shared library.
    To listen to shared music on your iPod touch, tap Music > More… > Shared and select a shared library.
    Note: If your iPod touch does not have a locally store library, you will enter your shared library in the Music and Videos apps immediately when you open them.
    Additional Information
    If you receive an error message saying that your device was "Unable to turn on Home Sharing", then you may have entered your password incorrectly. Tap OK and try again.

  • Shared Libraries and personal security

    Have there been any security issues with Shared Libraries?

    Not sure if this will help. But here is my story. We have home network with my spouse's IMac and my HP Elite Windows 7 64 PC on the network. The IMac detected the ATV and sync'd with it. My Win 7 PC would not detect it.
    Call/chats with HP, Microsoft, Apple and Costco Concierge all failed to solve this problem. HP and Apple wanted $70 to have their "experts" diagnose it.
    After fiddling with this for weeks, my spouse said "don't you know only one PC can be connected at a time?!! I learned that Apple TV can only detect or sync with one PC at a time. When the IMac was disconnected to the Apple TV, my Windows 7 PC did detect the Apple TV when I Tunes was launched. Simple solution. Glad I did not pay HP or Apple TV $70-80 to diagnose this problem.
    I told all four support lines that we had a IMac on the network and it did detect the Apple TV. But NONE of them seem to know that the ATV can connect to a local area network PC one at a time. Amazying. But now it is solved.

  • SDK swc files and runtime shared libraries

    Hi,
    Can someone tell me what effect setting the swc files in the sdk folder as runtime shared libraries in a project via the Library Path in the Flex Build Path. Does setting these as runtime libraries have an effect on a project or is it just setting the framework as a runtime library amend the final movies file size?
    Thanks
    Stephen

    It will make your SWF size smaller which should reduce load time and bandwidth costs.  You may need to change your code as using RSLs may find places where you need to specify a ContextualClassFactory instead of plain old ClassFactory.  Those usually show up if you use embedded fonts and find they aren't working properly.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • HT4557 Shared libraries from other people's libraries showing up permanently on MacBook Pro. And a lot of purchased and ripped songs vanished... Anyone...please help...?!?!

    Shared libraries from other people's libraries showing up permanently on MacBook Pro. And a lot of purchased and ripped songs vanished... Anyone...please help...?!?!
    The home sharing is now off and still has all the songs one there. Even rebooted the wifi modem, supporting hard drives and all computer involved in this catastrophe!! :( all computer are all updated and updated to the new iTunes.
    Please any help would be greatly appreciated and any more questions welcome. Thanks

    Basically anything not purchased from iTunes that is on my iPhone 6 will not sync over to my MacBook. I have tried to just manually back it up but only the purchased music will sync over to iTunes.

Maybe you are looking for

  • Using a shared printer

    Hi, I just got a new Intel iMac and I have been having problems printing from it. I have an iMac G3 that I use to store music and do backups using retrospect. There is a HP Photosmart 8200 series printer that is attached to the G3. I have set the G3

  • IPad to TV problems.

    I recently bought a 30pin adaptor & hdmi cable as I was told I could watch my iPad with sky go through my TV, but all I keep getting is hdmi not supported on this device? It shows the desktop and other things but not sky go, anyone know why??

  • Image preview improvements

    Mush as I love lightroom it sure could use a little TLC to improve preview quality and performance.  Here are some of my issues: Inital import and image culling.  I want to be able to efficiently go through the images on my card and elliminate obviou

  • Sms network out of order for one contact

    I have had my curve for a while and i cannnot seem to send an sms to one of my contacts only as oit comes up with the network out of order error message! Help Please

  • Acknowledgement Required in Purchase value key

    Hi Can any one tell what is this Acknowledgement Required in Purchase value key where it will be help ful in which case???