php-install Digest 30 Apr 2001 20:21:29 -0000 Issue 286 Topics (messages 2946 through 2956): Re: can't build Static mode, php4+informix+apache 2946 by: Paul Gardiner Re: how to turn on php4 to support mysql ... 2947 by: B. van Ouwerkerk 2948 by: B. van Ouwerkerk PHP4, APACHE, SCO & INFORMIX 2949 by: Paul Gardiner Re: PHP for PWS?? 2950 by: Phil Driscoll test 2951 by: Grant PHP Extensions 2952 by: Jean Madson What do I need? 2953 by: Stephen Donohoe Php + mysql - How to turn off threaded client code 2954 by: Vimal Uppal static vs. dynamic 2955 by: Tara Dirst Debian - PHP4 - MYSQL post install 2956 by: Alex Miller 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] ----------------------------------------------------------------------
Hello Dino, Have a look through the attached script and modify it to suit your needs. Pay particular attention where Apache is built. This is where the Informix libraries must be specified. You will need to run esql -libs to see what libraries you need to enter here. Regards, - Paul - Hi all, It's a little strange, to see the final error, because I got no error message during building. 1. configure Apache with no option 2. cd to PHP4 3. set IFX_LIBS , IFX_INCDIR, IFX_LIBDIR 3. ./configure --wih-informix=/usr/informix --with-apache=../apache_1.3.19 --without-mysql --prefix=/usr/local/bin 4. make / make install PHP4 , it looks fine 5. cd to Apache direcotyr, configure with --activate-module=src/modules/php4/libphp4.a and --enable-module=php4 6. make ... I got a lot of error, so many undefined symbol : sqli_connect_close SQLSTATE sqli_prep ifx_lo_write ... ... .. (about 3 pages ), and all the undefined symbol , their reference are the same : modules/php4/libphp4.a (ifx.o) Most strange things are I really didn't get any fatal error message to stop me to go on.:) can help? Thanks -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
>http://forums.devshed.com/showthread.php?s=46d78209eb4257fd191100a67b2b7187& >threadid=14158&forumid=5 > > > >the problem was not solved at all. Tutorial will learn you how to install from source, dunno about the forums. Don't have time to check. I NEVER use RPM and I'm most certainly not going to use Redhat. Bye, B.
> >When I click on "yes", nothing happens. The click >goes nowhere. I tried it too and it worked. So perhaps there was a problem with that link, or a problem with your isp.. or whatever. Bye, B.
Hi Everyone, Firstly, apologies for cross posting but I wanted to make sure this got to the relevant people. I am continually getting people asking me off list for information regarding building the above combination. I don't mind as it's encouraging to see PHP spreading to this type of platform. All I ask is that if anyone requires help then please direct it to the PHP-Install list so others may benefit from the replies given. I will try to compile a complete install guide when I get time and perhaps one of the PHP associated sites would be able to host it. It maybe an idea for others to contribute with their particular build so that a centrally managed install guide could be set up and perhaps free up some of the traffic on the lists? Best regards, - Paul -
>Yes running from ms-dos the command does produce some output, but I have no >idea it is supposed to mean? It should be the html output of the phpinfo() command. If you get that then php is working ok. If you get anything else then something is wrong. If you are getting the html, then perhaps you should double check your script map settings in PWS. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org
testing
I have installed the PHP 4 Binaries for Windows, and it runs good. But, when I try to specify any extensions, setting the extension_dir option to "c:\php\extensions\", I receive this error message: "PHP Warning: Unable to load dynamic library 'c:\php\extensions\php_curl.dll' - It's not possible to find out some library files needed to run this application. in Unknown on line 0. I have Win98 with IE 5.5 portuguese, and Personal Web Server, which comes with Win98. And I running PHP as a CGI only. What can I do to solve this problem? Jean Madson
Hi, I am completely new to PHP and need some assistance. I want to build and run PHP/MySQL applications on a standalone Windows 98 PC. What is the best way to go about doing this? I have a CD from a book, 'PHP fast&easy web development', the CD includes PHP, MySQL and Apache. Will these work OK or is it best to download and compile the binaries myself - what are the advantages/disadvantages of either? I have used the CD and installed all three but was unable to get Apache working because of a missing .dll, which was nowhere on the PC or CD. Would it be just as handy to use Personal Web Server? (I would of thought having a CD would allow me to avoid such complications which I assume are commonplace when using binary code? I'm basically just looking for someone with a little experience to point me in the right direction?! Thanks, Steve.
Dear All, I have been trying to install php-4.0.4pl1 on RH 6.2 with mysql-3.23.37. I have loaded mysql-3.23.37-1.i386.rpm, mysql-client-3.23.37-1.i386.rpm and mysql-devel-3.23.37-1.i386.rpm. Everything goes well except until libphp4.so is loaded by apache. Then apache dumps. If I comment this line containing libphp4.so reference, apache works fine. I have seen from the FAQs(4.5) that this problem can be corrected if you "recompile from the source rpm and remove the switch in the spec file that turns on the threaded client code". Can anyone give me some more details how this is to be done? regards Vimal
Hello-- What recommendations does this group have with regard to installing static vs. dynamic? I was reading on the Apache site that DSO runs slower; I couldn't understand what the benefits are...can anyone explain it to me in plain English? Thanks! Tara
When I attempt to browse a .php file, the browser asks if I want to "save" or "open" the file, as if it were something to download. I have a debian potato system, originally derived from Storm Linux. I have installed the php4 package, and the php-mysql package. That placed a commented out load module in my httpd.conf Since debian uses both httpd.conf and srm.conf here are the relevant portions httpd.conf #The debian installation left this commented out LoadModule php4_module /usr/lib/apache/1.3/libphp4.so srm.conf #The debian installation left this as just index.html, so #I added to it DirectoryIndex index.html,index.htm,index.php # For example, the PHP3 module (a separate Debian package) # will typically use: # Commented out by Alex Miller 4/30/2001 #AddType application/x-httpd-php3 .phtml #AddType application/x-httpd-php3-source .phps #AddType application/x-httpd-php3 .php #Added by Alex Miller 4/30/2001 AddType application/x-httpd-php4 .php Notice that the AddType directives were for php3, it seems. I added the AddType application/x-httpd-php4.php myself. This I got from the FAQ. In the FAQ (regarding RPM installations - not Debian) there are sever AddModule directives. In my debian installation I have no AddModule directives for any modules. I am using virtual hosts. Alex Miller