Re: Help installing Apache on Debian
apt-get install libc6-dev
After installing libc6-dev the configuration now works. Now I have another problem. I'm trying to configure PHP with Oracle 8i support: ./configure --with-apache=../apache_1.3.27 --enable-track-vars --with-oracle --with-mysql --enable-url-includes and get this error: checking for Oracle-ORACLE support... yes checking Oracle Install-Dir... checking Oracle version... configure: error: Oracle needed libraries not found Do I need Oracle server installed on the same box Apache and php are or could I just install a third party library to support Oracle? I have Oracle 8i installed on a different box running RH 7.2 and I would like to connect to this box through a php webpage from the Debian box. I did a search "installing php with oracle support on debian" and didn't get much on it. Can it be done? Thanks everyone for your time and input. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
On Wed, Dec 18, 2002 at 10:53:42AM -0800, jose sanchez wrote:
I did a search "installing php with oracle support on debian" and didn't get much on it.
You need to have a whole bunch of oracle's libraries installed on the system you're building on. Its safest to copy the entire installation from the other systems (except for the datafiles) and set ORACLE_BASE and ORACLE_HOME in a manner similar to how they're set on your production system, then re-run the build. -Peter -- The 5 year plan: In five years we'll make up another plan. Or just re-use this one.
I love Oracle. Fast, secure, easy. Do your job and get out of the way. Ruben On 2002.12.18 14:15 Peter C. Norton wrote:
On Wed, Dec 18, 2002 at 10:53:42AM -0800, jose sanchez wrote:
I did a search "installing php with oracle support on debian" and didn't get much on it.
You need to have a whole bunch of oracle's libraries installed on the system you're building on. Its safest to copy the entire installation from the other systems (except for the datafiles) and set ORACLE_BASE and ORACLE_HOME in a manner similar to how they're set on your production system, then re-run the build.
-Peter
-- The 5 year plan: In five years we'll make up another plan. Or just re-use this one. _______________________________________________ The nylug-talk mailing list is at nylug-talk@nylug.org To subscribe or unsubscribe: http://herzl.nylug.org/mailman/listinfo/nylug-talk
-- __________________________ Brooklyn Linux Solutions __________________________ DRM is THEFT - We are the STAKEHOLDERS http://fairuse.nylxs.com http://www.mrbrklyn.com - Consulting http://www.inns.net <-- Happy Clients http://www.nylxs.com - Leadership Development in Free Software http://www2.mrbrklyn.com/resources - Unpublished Archive or stories and articles from around the net http://www2.mrbrklyn.com/downtown.html - See the New Downtown Brooklyn.... 1-718-382-0585
On Wed, Dec 18, 2002 at 10:53:42AM -0800, jose sanchez wrote:
I did a search "installing php with oracle support on debian" and didn't get much on it.
You need to have a whole bunch of oracle's libraries installed on the system you're building on. Its safest to copy the entire installation from the other systems (except for the datafiles) and set ORACLE_BASE and ORACLE_HOME in a manner similar to how they're set on your production system, then re-run the build.
What kind of database driver are you using? You might also need to set LD_LIBRARY_PATH Oracle also has some configuration files, but generally, they don't need tweaking. However, they could be useful for turning on logging.
participants (4)
-
bruce ingalls
-
jose sanchez
-
Peter C. Norton
-
Ruben I Safir