WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Installing mod_php3.so with Oracle support
Categories : Installation Update Picture
Stig Bakken
Date : Jun 29th 1998
Grade : Be the 1st to grade this Code Example
Viewed : 3037
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Stig Bakken
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

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