|
|
|
You need the Oracle client libraries. The following example assumes
you have the Apache 1.3.0 source configured in
/usr/local/src/apache_1.3.0 and that your Oracle environment is set
up:
./configure --with-shared-apache=/usr/local/src/apache_1.3.0 \
--with-apxs --with-oracle
make regex/libregex.h
make libphp3.so
If you are using shared Oracle libraries you might want to tell the linker
where these can be found (may be necessary if your Oracle environment is not
set up when Apache loads the PHP module). You do this by setting the
environment variable LDFLAGS before running configure (still assuming your
Oracle environment is set up while compiling):
bash$ export LDFLAGS="-Wl,r$ORACLE_HOME/lib"
tcsh% setenv LDFLAGS "-Wl,r$ORACLE_HOME/lib"
|
|
| gd libraries make gmake php3 apache-1.3.0 gd1.3 FreeBSD-2.2
Categories : Installation, PHP, Apache, Web Servers | | | make: Fatal error: Command failed for target `target_static` Categories : PHP, Installation | | | What is safemode? Categories : PHP, Installation, PHP Configuration | | | Easy windows installation kit for win 9* PHP4 MySQL Apache phpMyAdmin Categories : Installation, PHP, MySQL, Apache, Web Servers | | | Stronghold 2.3 PHP3RC4 PHP3 COMPILE FAILURE parse error httpd.h Categories : Installation, PHP | | | What to do if PHP3 doesn't find your FreeType library. Categories : PHP Configuration, Installation, PHP | | | How to get all of the wornings when compiling with gcc Categories : General, Installation | | | forum field names Categories : Global Variables, PHP, PHP Configuration, Installation | |
|
|
|