Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi there,
I have installed apache and oracle 10g R2 and I have compiled php with
oci8. After compilation it seems to work fine and my application can connect to oracle database server. But when I reboot my system and browse the same application it gives me " problem connecting to x.x.x.x server".
and then If i again compile my php with oci8 then it again works fine. This scenario goes on and on and on
please help me if there is anyone who knows this problem
Thank you
Have you got your environment variables set correctly e.g. ORACLE_HOME and LD_LIBRARY_PATH. It may be that the recompilation set these, then, they are lost and not set after a reboot.
I'd check the output of phpinfo(), both, before and after the reboot.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.