Can't compile PHP5.2 with Oracle ORA support, please help!

Hi peoples,
first post on here - hope someone can assist.
I am compiling PHP 5.2 on RedHat Enterprise 4 AS intel 64bit with oracle ORA and LDAP support compiled in. I am using Apache 2.0.52-28 installed from RedHat RPMs.
I am using the following configure line:
./configure with-apxs2=/usr/sbin/apxs with-config-file-path=/etc/httpd/conf with-oracle=/export/oracle/pegasus/product/9.2.0 with-ldap=/usr enable-sigchild enable-libgcc
The only oracle related messages I have found during the configuration are:
checking for Oracle (OCI8) support... no
checking Oracle OCI support for PDO... no
However I am told these are newer methods of Oracle communication protocols and not related to what I am trying to achieve.
After building and installing PHP 5.2, reconfiguring apache httpd.conf and restarting httpd I find that the output of phpinfo.php shows no mention of oracle whatsoever apart from the Configure Command section at the beginning confirming that yes, --with-oracle= was specified.
I have tried setting ORACLE_HOME=/export/oracle/pegasus/product/9.2.0 environment variable before running ./configure but to no avail.
I have also tried adding various Oracle environment variables to my startup scripts for Apache, also to no avail.
Any ideas? I am really under the pump to get this sorted as it is for a new production server here and I am limited timewise to get it up and running.
Cheers
Andy

Hi Andy,
I have php 5.2 installed on a RH 64 bits so our configurations are almost the same (I use Apache 1.3 and Oracle 10g).
I compiled 5.2 from source succesfully with this instruction:
./configure with-config-file-path=/opt/apache with-libdir=lib64 with-oci8=/opt/oracle/orase/oracle/product/10.2.0/db_1 with-apxs=/opt/apache/bin/apxs --enable-sigchildReplace the required values to match your system and try to see if it works for you.
Let me know how it goes. Any additional problem, I'm glad to help.

Similar Messages

  • HT4199 I just got a new iPod touch 4th generation and I'm trying to connect to my router and my iPod says, 'Cannont find network.' I don't know what to do! No other networks come up on the list so I can't 'tag' along with thier wifi. Please help. I need a

    I just got a new iPod touch 4th generation and I'm trying to connect to my router and my iPod says, 'Cannont find network.' I don't know what to do! No other networks come up on the list so I can't 'tag' along with thier wifi. Please help. I need advice.

    What type network is yu router set up for? The 4G iPod can only connect and see 2.4 GHZ networl like B, G and the 2,4 GHz N. There is also a 5 GHz N but the iPod will not even seethat network.
    See:
    iOS: Troubleshooting Wi-Fi networks and connections
    iOS: Recommended settings for Wi-Fi routers and access points

  • I want to put music on my iPhone but when I want to do it it keeps telling me that I can't to id with a sign. Please help me?

    I want to put music on my iPhone but when I want to do it it keeps telling me that I can't to id with a sign. Please help me?

    You will have to upgrade your operating system version and possibly your whole computer.  We cannot provide more information easily until we know more about your system.
    Get more information about your computer. Go to the Apple in the upper left corner of any window, then "About This Mac", then "More Info..."  Copy and paste the information here, but omit the serial number and Hardware UUID (if present).
    Apple does tell you about required equipment for the iPhone -- in 8 point medium gray type on a light gray box.   The Store associates kind of automatically assume everybody is running a new model computer and the one I met when we bought our iPhone had never seen a pre-2008 Mac and was somewhat puzzled why anybody would own such an antique.

  • Can't start up with mac OS x---please help

    i ran ONYX and i was advised to repair my hard drive.
    so i inserted my mac os X disc while holding down the C key as the computer starts up.
    it won't go to utilities, it goes straight to where u choose which account and password to login.
    i repeated the whole procedure for four times, still it can't open disk utilities/repair disc.
    i installed a firmware password before on my hard drive but it didn't asked for a password or something while i was starting up.
    please help. thanks.
    Message was edited by: Alvin Ray

    The Macbook will not allow you to startup with your Install DVD while you have Open Firmware password enabled. Disable that first, then try again....
    http://docs.info.apple.com/article.html?artnum=106482
    Launch the Open Firmware application to disable it.

  • Problem with Oracle Native Sequencing - please help!!

    Hello
    I am migrating from 3.6.5 to 10.1.3.1 (huge jump).
    And have a problem with sequencing.
    When I create new object Toplink does not pick up Sequence object name from the descriptor.
    When I see generated SQL it shows:
    SELECT .NEXTVAL FROM DUAL
    Each of my descriptor has it's own "..._seq" name defined in workbench.
    For DatabaseLogin i define
    login.useNativeSequencing();
    login.getDefaultSequence().setPreallocationSize(50);
    As a result - no luck.
    Do I miss something, some command?
    Thanks
    Paul

    I was doing more testing and found that the problem happens when I do
    UnitOfWork().assignSequenceNumbers()
    Thanks

  • Nullpointer exception with oracle thin driver, please help

    Hi All
    I am getting a null pointer exception when i invoke getBinaryOutputStream on a
    OracleThinBlob. The code is given below
    java.sql.Blob b = rs.getBlob(1);
    OutputStream blobOS = ((weblogic.jdbc.vendor.oracle.OracleThinBlob)b).getBinaryOutputStream();
    blobOS.write(objectToByte(validator));
    blobOS.close();
    The exception is given below.
    BODY: java.sql.SQLException: java.lang.NullPointerException:
    Start server side stack trace:
    java.lang.NullPointerException
    at oracle.sql.LobPlsqlUtil.plsql_getChunkSize(LobPlsqlUtil.java:1215)
    at oracle.sql.LobPlsqlUtil.plsql_getChunkSize(LobPlsqlUtil.java:121)
    at oracle.jdbc.dbaccess.DBAccess.getLobChunkSize(DBAccess.java:955)
    at oracle.sql.LobDBAccessImpl.getChunkSize(LobDBAccessImpl.java:111)
    at oracle.sql.BLOB.getChunkSize(BLOB.java:228)
    at oracle.sql.BLOB.getBufferSize(BLOB.java:242)
    at oracle.sql.BLOB.getBinaryOutputStream(BLOB.java:202)
    at weblogic.jdbc.rmi.internal.OracleTBlobImpl.getBinaryOutputStream(Orac
    leTBlobImpl.java:127)
    at weblogic.jdbc.rmi.internal.OracleTBlobImpl_WLSkel.invoke(Unknown Sour
    ce)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:305)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:274)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
    .java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace

    Thanks for informing the group!!. What was the root cause of the error?

  • Can I compiler servlet with java compiler?

    Can I compiler servlet with java compiler?
    Here is an example of it:
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class HelloWorldServlet extends HttpServlet
              protected void doGet(HttpServletRequest request,
              HttpServletResponse response) throws ServletException , IOException
                        response.setContentType("text/html");
                        PrintWriter out = response.getWriter();
                        StringBuffer sb = new StringBuffer();
                        sb.append("<html><body><h1>");
                        sb.append("Hello World");
                        sb.append("</h1></body></html>");
                        out.print(sb.toString());
                        out.close();
         }

    Can I compiler servlet with java compiler?
    yes.
    just include the correct jarfiles in your classpath.

  • Can anyone tell me how to get rid of tlb search? it unfortunately entered into my mac. Whenever I use safari, a pop-up window opens with some ads. Please help me to find a way to remove this malware.

    Can anyone tell me how to get rid of tlb search? It unfortunately entered into my mac. Whenever I use safari, a pop-up window opens with some ads. Please help me to find a way to remove this malware.

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • HT5312 Dear Apple Support ,  I can't remember my security question answers , so Please help me to Create new Security Question for my Account .  Best wishes

    Dear Apple Support , I can't remember my security question answers , so Please help me to Create new Security Question for my Account .  Best wishes
    <Email Edited by Host>

    Welcome to the user to User Technical Support Forum provided by Apple.
    Please do not post personal information on a Public Forum.
    I have requested the Hosts remove it for you
    For your issue...
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
    Or Email Here  >  Apple  Support  iTunes Store  Contact
    More Info >  Apple ID: All about Apple ID security questions
    Note:
    You can only set up and/or change a Rescue Email Before you forget the questions/answers.

  • I am a OS10.7.4 user. yesterday i bought a Lacie external hard disk but error message appear said " You cant open the applicant LaCie setup assistant because PowerPC applicants are no longer support". please help me how to connect my mac with Lacie??

    i am a OS10.7.4 user. yesterday i bought a Lacie external hard disk but error message appear said " You cant open the applicant LaCie setup assistant because PowerPC applicants are no longer support". please help me how to connect my mac with Lacie??

    You do not need the Setup Assistant; in fact, you do not need any software on an external hard drive. I have two LaCie's; I erased the drive as soon as I plugged it in. You will need to format it anyway because most hard drives come Windows formatted. So, if you only want to use it with the Mac, highlight it in Disk Utility and choose Mac OS Extended (Journaled) as the format and the GUID Partition scheme under Options. While doing that, it will erase the drive (and get rid of the LaCie software) - once finished, your drive is ready to use for Time Machine or any other backup plans you have for it.

  • Hi support please help me to sync my ipod and iphone 5 . Since i have installed new itunes version 12 , i am not able to sync to transfer data to my devices through itunes.  I think there is some issue with tunes new version .kindly support ASAP.  Ra

    Hi support please help me to sync my ipod and iphone 5 . Since i have installed new itunes version 12 , i am not able to sync to transfer data to my devices through itunes.
    I think there is some issue with tunes new version .kindly support ASAP.
    Rachna khanna
    [email protected]

    you might need to buy a new cable from the apple store.

  • When i recieve an email and open it with firefox there is no option for translate in greek so i can not understand what the email is about. please help me

    Hello any time an email come and open it with firefox i can not translate it in to greek i can not find where is this option too. please help me and thank you very much

    in the next link http://translate.google.gr/?hl=el&tab=wT copy and paste the text you want to translate in greek.
    thank you

  • In version 10.1 fcpx how do I edit in proxy, then when I am finished share with optimize footage? It was easy in 10.9 version, but I can't figure this out in 10.1, please help.

    in version 10.1 fcpx how do I edit in proxy, then when I am finished share with optimize footage? It was easy in 10.9 version, but I can't figure this out in 10.1, please help.

    The switch is in the upper right of the viewer.

  • How do i update my camera raw? I can not find the download update I've just brought a new d4s and I'm using the iMac with cs6 version. PLEASE HELP..

    How do i update my camera raw? I can not find the download update I've just brought a new d4s and I'm using the iMac with cs6 version. PLEASE HELP..

    The Adobe auto updater is pretty decent in CS6.  Just go to the Photoshop Help menu > Updates.
    You will be able to update ACR, Photoshop and Bridge right there, if there are in fact updates available.

  • I reset my phone and it now receives calls that were meant for my husband. I know how to fix this with messaging and facetime, but can't seem to find how to make it stop with the calls. Please help.

    I reset my phone and it now receives calls that were meant for my husband. I know how to fix this with messaging and facetime, but can't seem to find how to make it stop with the calls. Please help.

    It may be due to Continuity
    The following quote is from  Connect your iPhone, iPad, and iPod touch using Continuity
    Turn off iPhone cellular calls
    To turn off iPhone Cellular Calls on a device, go to Settings > FaceTime and turn off iPhone Cellular Calls.

Maybe you are looking for

  • Printing 3-up from Acrobat Reader

    I have an 5-1/3 in. by 11 in. (portrait-oriented) PDF which is designed to be printed exactly 3-up to make an 17 in. by 11 in. page. I'm having some trouble doing this, particularly specifying a tabloid sized page, and in any case, none of the pages

  • Distiller options for Acrobat 7.0

    I need to create an ebook of a client's brochure for his website. Acrobat 7.0 doesn't have any distiller options for ebook. I can't find those detailed options anywhere... can anyone help?

  • Hooking my laptop up to my TV

    I have a Macbook Pro and I don't have a DVD player. I'm wondering if there is some product I can use to hook my computer up to my TV so I can watch movies! This may be a dumb question, but I'm pretty illiterate when it comes to techy stuff... Any hel

  • TS1292 i can't buy gem in a clash of clans!!!!! why?!

    i can't buy gem in a clash of clans!!!!! why?!

  • Log symbol problem

    hi- i have n85 and it always shows the mobile symbol in the log- i want to know if there is a way to solve this problem? and also is this problem solved in n97 or not?