php-install Digest 19 Oct 2001 17:03:38 -0000 Issue 513
Topics (messages 4663 through 4668): PHP + Oracle8i can't connect Help! 4663 by: Sean Duke PHP 4.0.6 Compile Problem (RH 7.1) 4664 by: Ryan Hill ask help about php+mysql-4.0 install:undefined reference to `mysql_module_entry' 4665 by: Harrison Re: My Apache Probs.. 4666 by: Paul Gardiner .alloca under AIX 4667 by: Bastien Leblanc Re: NES 3.5.1 PHP4 Solaris 2.6 4668 by: Big G Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Hi, I am tring to connect to Oracle via php, I have uncommented the lines in the php.ini file and pointed the extension <dir> to the folder that contains the oracle .dll extensions. This did not work, I keep getting an error saying "could not load oci8.dll" or something to that effect. I have tried many variations / paths etc Has anyone else encountered these problems connecting to Oracle with PHP? If so what did you do? Sean
All, Apologies if this has been covered recently, I'm having a problem getting configure to complete when running with the --with-mysql= option. The error I keep slamming into is: checking for MySQL support... yes configure: error: Cannot find header files under /usr/include/mysql I'm currently running MySQL 3.23.42, and it was installed using the binary rpm packages from mysql.com. The MySQL-devel-3.24.42-1 is installed, and as far as I can tell, the header files are located in the path located in the error message above. The install system is RH 7.1. I've tried looking through configure for a specific file it might be looking for or more information about the error, but am coming up with nothing right now. Can anyone point me in the right direction? Thanks in advance, PHP Newbie Ryan Hill, MCSE Network & Systems Engineer Corporate Information Systems Telecommunication Systems, Inc. (TCS) - http://www.telecomsys.com <http://www.telecomsys.com> v: 206.792.2276 - f: 206.792.2001 pgp: 0x17CE70AB
Hi there, I encounter the following problem when trying to build a LAMP Box with Mysql-4.0.0+PHP-4.0.5+Apache-1.3.22. 1. Mysql Installed ok 2. when trying to make php with "./configure --with-apache=/home/user/apache_1.3.22 --with-mysql=/usr/local/ db/mysql --with-config-file-path=/usr/local/apache/ini --enable-track-vars;m ake;make install", it response : /usr/local/php-4.0.5/main/internal_functions.c:60: undefined reference to `mysql_module_entry', and of course the same happend when trying to build apache. Any Help will be very appreciated, Thanks in advance.
Hello again, What you've changed is correct and should work. The only thing I can think of at the moment is are you sure that Apache was re-started? Shutting down the machine and re-starting will make sure of this. Regards, - Paul - ----- Original Message ----- From: "Archer" <[EMAIL PROTECTED]> To: "Paul Gardiner" <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 3:24 AM Subject: [PHP-INST] My Apache Probs.. > > Hello Paul, > > Good Day! > > Apache Configuration file: httpd.conf > ------------------------------------------------------- > # DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs" > DocumentRoot "C:/PHP/corephp" > > > # <Directory "C:/Program Files/Apache Group/Apache/htdocs"> > <Directory "C:/PHP/corephp"> > -------------------------------------------------------- > > In this directory "C:/PHP/corephp" I have file called "Index.html" > so I think everything is fine if reffering to the new directory. > > But strange because even I change the path above, the display still > the same as the default apache, therefore theremust be something > wrong with my configuration or maybe in some other way.. > > I do also restarting everytime I change the configuration. > > Please help me, > > Thanks, > Archer > > ----- Original Message ----- > From: Paul Gardiner <[EMAIL PROTECTED]> > To: Archer <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, October 18, 2001 10:03 PM > Subject: Re: [PHP-INST] How to Run PHP. > > > > > > Hi Archer, > > > > Try editing your httpd.conf file with something like below. Change drive > > letter/paths to suit your installation and then restart apache. Also I'm > > assuming your php files have the .php extension? > > > > Regards, > > - Paul - > > > > # PHP4 Start > > ScriptAlias /php4/ "e:/program files/php4/" > > AddType application/x-httpd-php-source .phps > > AddType application/x-httpd-php .php > > Action application/x-httpd-php "/php4/php.exe" > > # PHP4 End > > > > ----- Original Message ----- > > From: "Archer" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, October 18, 2001 10:09 AM > > Subject: [PHP-INST] How to Run PHP. > > > > > > > Hello, > > > > > > > > > Hi, Im stuying PHP but I dont know how to make it run. > > > my operating system is Windows NT and I have a Apache running version > 1.3 > > > then i have some samples code for PHP like. > > > > > > <HTML> > > > <HEAD> > > > <TITLE>Figure 1-1</TITLE> > > > </HEAD> > > > <BODY> > > > Today's Date: <? print(Date("l F d, Y")); ?> > > > </BODY> > > > </HTML> > > > > > > > > > but no Date will display and only "Today's Date" is possible. > > > please help me to solve my problem. > > > > > > Please make it specific because Im new to this PHP. > > > > > > > > > Thakns, > > > Archer > > > > > > > >
This is apprently a common problem, but i don't know how to solve it, i tried the 4.0.6RC4 version, didn't wotk how can i use CFLAGS= -ma, where and when do I put this? thank for your help. Bastien
Any answer on this? [EMAIL PROTECTED] wrote: > > > Hi everyone! > > Is it possible to install PHP4 with NES 3.5.1? Everywhere I have looked I > onley find instructions > for installing on NES 3.6. > > I have followed those instructions but I can?t get it to work. > > When I start the Netscape server after modification i get the following > error: > > [https-www.saabsupplier.com]: pclose() failed. (2: unknown early startup > [error) https-www.saabsupplier.com]: conf_init: Error running init > [function(late) > load-modules: dlsym for php4_executes failed (ld.so.1: ns-httpd: fatal: > php4_executes: can't find symbol) > [https-www.saabsupplier.com]: server exit: status 1 > > Any help is apreciated! > > Regards > Daniel --