WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
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 Resources
Web Development Content
Internet Security Software
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
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists

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 : 3951
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  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"



What is safemode?
Categories : PHP, Installation, PHP Configuration
What to do if PHP3 doesn't find your FreeType library.
Categories : PHP Configuration, Installation, PHP
Easy windows installation kit for win 9* PHP4 MySQL Apache phpMyAdmin
Categories : Installation, PHP, MySQL, Apache, Web Servers
How to get all of the wornings when compiling with gcc
Categories : General, Installation
Stronghold 2.3 PHP3RC4 PHP3 COMPILE FAILURE parse error httpd.h
Categories : Installation, PHP
forum field names
Categories : Global Variables, PHP, PHP Configuration, Installation
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