php-install Digest 11 May 2001 03:26:48 -0000 Issue 302 Topics (messages 3095 through 3109): Re: PHP + PNG + FreeBSD 3095 by: Jani Taskinen apache_ssl+mysql+php+gd installation problem (rh6.2) 3096 by: php.net 3097 by: Paul Kozlenko Install problems with PHP4. 3098 by: Tse Wai Kan 3107 by: Mark Newnham Re: PHP in Apache and windows 98 3099 by: Papp Gyozo --with-sablot where can i find lxmltok? 3100 by: Papp Gyozo imap mxdriver problem 3101 by: heictor php 4 and SuSE 7.1: apache problems 3102 by: Ryan Allen php4.05, apache 1.3.19, apxs 3103 by: Michael Dickson netscape enterprise 4.1sp7and 5-10-2001 snap of php 3104 by: Jon Kump Pbs with php 4.0.5 and MySQL 3105 by: Alain DESEINE configure problem with newest 4.0.5 build 3106 by: Super-User Need help with NES configuration with PHP 3108 by: Craig Guest How to implement the "finger" on PHP 3109 by: Perrin Lee 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] ----------------------------------------------------------------------
You should be using the INSTALL directories. Always. NOT the sources.. --Jani On Thu, 10 May 2001, Kasper Kristiansson wrote: > >When i compile PHP on my FreeBSD with the following confgoptions, i don't >get png support. > >Whats wrong? > >./configure --with-jpeg-dir=/usr/local/src/jpeg --with-png-dir=/usr/local/sr >c/libpng --with-gd=/usr/local/src/gd > >checking whether to include GD support... yes (static) >checking for compress in -lz... (cached) yes >checking for png_info_init in -lpng... (cached) no >checking for gdImageString16 in -lgd... (cached) yes >checking for gdImagePaletteCopy in -lgd... (cached) yes >checking for gdImageColorClosestHWB in -lgd... (cached) yes >checking for gdImageColorResolve in -lgd... (cached) yes >checking for gdImageCreateFromPng in -lgd... (cached) no >checking for gdImageCreateFromGif in -lgd... (cached) no >checking for gdImageWBMP in -lgd... (cached) yes >checking for gdImageCreateFromJpeg in -lgd... (cached) no >checking for gdImageCreateFromXpm in -lgd... (cached) yes >checking for gdImageCreateTrueColor in -lgd... (cached) no >checking for gdImageSetTile in -lgd... (cached) yes >checking for gdImageSetBrush in -lgd... (cached) yes >checking for gdImageStringFTEx in -lgd... (cached) no >checking whether to include FreeType 1.x support... no > >-- >Med vänlig hälsning >Kasper Kristiansson >042-162000, Fax 042-162009 >Mobil 070-8995989 > > > > >
hi everybody i just installed apache 1.3.19 with mysql 3.23.37 and mod_ssl 2.8.1 (openssl 0.9.6) and php 4.04.pl1 and using gd 1.8.4 all this on redhat 6.2 when i start apachessl is showing that is going up with now problem ,but actually apache ssl is not working !!! just the apache with no ssl (port 80) seems to work when i installed everything just with the diffrence of using gd 1.3. - evertything was working is anyone had the same problem ? thank you for your help thank you for the help
Did you change the SSLEngine off statement in httpd.conf to SSLengine on? Paul Kozlenko "php.net" <[EMAIL PROTECTED]> wrote in message 9ddvl5$4om$[EMAIL PROTECTED]">news:9ddvl5$4om$[EMAIL PROTECTED]... > hi everybody > > i just installed apache 1.3.19 with mysql 3.23.37 and mod_ssl 2.8.1 (openssl > 0.9.6) and php 4.04.pl1 and using gd 1.8.4 > > all this on redhat 6.2 > > when i start apachessl is showing that is going up with now problem ,but > actually apache ssl is not working !!! > > just the apache with no ssl (port 80) seems to work > > when i installed everything just with the diffrence of using gd 1.3. - > evertything was working > > is anyone had the same problem ? > > thank you for your help > > > thank you for the help > > > > > > -- > 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] >
Has anyone successfully installed PHP 4.0.5 on a server running on HP-UX 10.20 with Apache 1.3.14? I've downloaded the PHP4.0.5 souce successfully and configure ran successfully. The problem I have is with the make install where it crashes at libs/libphp4.sl. /opt/apache/bin/apxs -i -a -n php4 libs/libphp4.sl apxs:Error: file libs/libphp4.sl is not a DSO If I rename the libphp4.sl file to libphp4.so and then run apxs, it work fine and the entries are added to the httpd.conf file without any further incident. Now what - do I need to edit the PHP source now so that I can contine? Please advise. Regards, Tse-Wai Kan. RSL COM Deutschland GmbH. Tel : +49 (0)611 9888820 Fax : +49 (0)611 9888821 / +49 (0)611 9888878 GSM : +49 (0)172 9420888 / +44 (0)705 0028870 E-mail : [EMAIL PROTECTED]
Heres how I run php with apache on HPUX 10.20 Configuring PHP ./configure --with-iodbc=/opt/openlink4/odbcsdk --without-mysql --with-pdflib=/ usr/local --without-gd --with-apache=../apache_1.3.14 --enable-trans-sid --with- xml --with-imap --enable-track-vars configure Apache ./configure --prefix=/opt/apache --datadir=/opt/apache/lib --logfiledir=/opt/apa che/adm --runtimedir=/opt/apache/adm --sysconfdir=/opt/apache/etc --activate-mod ule=src/modules/php4/libphp4.a --enable-module=imap > -----Original Message----- > From: Tse Wai Kan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 10, 2001 11:52 AM > To: '[EMAIL PROTECTED]' > Subject: [PHP-INST] Install problems with PHP4. > > > > Has anyone successfully installed PHP 4.0.5 on a server > running on HP-UX > 10.20 with Apache 1.3.14? > > I've downloaded the PHP4.0.5 souce successfully and configure ran > successfully. > The problem I have is with the make install where it crashes at > libs/libphp4.sl. > > /opt/apache/bin/apxs -i -a -n php4 libs/libphp4.sl > apxs:Error: file libs/libphp4.sl is not a DSO > > If I rename the libphp4.sl file to libphp4.so and then run > apxs, it work > fine and the entries are added to the httpd.conf file without > any further > incident. > Now what - do I need to edit the PHP source now so that I can contine? > > Please advise. > > Regards, > Tse-Wai Kan. > RSL COM Deutschland GmbH. > Tel : +49 (0)611 9888820 > Fax : +49 (0)611 9888821 / +49 (0)611 9888878 > GSM : +49 (0)172 9420888 / +44 (0)705 0028870 > E-mail : [EMAIL PROTECTED] > > > > -- > 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] >
""staym"" <[EMAIL PROTECTED]> wrote in message 000c01c0cc34$1a658380$8be302d4@ayman">news:000c01c0cc34$1a658380$8be302d4@ayman... hi, Could you help me Plz. I'm trying to configer apache server and PHP.ini on my windows98 but still i have some mistakes. PHP interpeter works and the apache server also work and my problem wiht brworser that can understand php extention. can any body send to me these two files ( httpd.conf and php.ini ) And i'll appreciat that. thank alot staym
Hello folks, I've found some mail in the archive (php-install), but much fewer replies that helps me. I'd like to install my PHP 4.0.4pl1 with sablotron support on debian (frozen). After ./configure --with-apxs --with-pgsql --with-sablot, I got the following error (in debug.log) /usr/bin/ld: cannot find -lxmltok collect2: ld returned 1 exit status I know it might be very easy to solve but where can I find lxmltok? expat-1.95.1-0 and sablotron-0.52-x have been already installed (./configure make make install both), I don't know it might be important. Thank your responses in advance: Papp Gyozo - [EMAIL PROTECTED]
Dear sir: I compiled imap-uw-4.7c and mod_php4 (--with-imap). > but when i start apache server ,some error happend,the flowing is the error message: > > ==> Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "mxdriver" what can I do to this ? Thanks Heictor
Hi I'm having difficulty getting this combo to work. I compiled PHP 4.0.5 with the following options: ./configure --with-apxs --with-mysql --with-imap --with-imap-ssl=/usr/bin/openssl no problems there. Now when I do a "/etc/rc.d/apache start" I get a "failed" message with no other info. So I abandoned the script. now I type: /usr/sbin/httpd -f /etc/httpd/httpd.conf -D STATUS -D MODULES -D PERL -D PHP4 -D SUSEHELP and I get nothing back from apache, no errors, and no httpd process. Now, if I take the "-D MODULES" out of the command line, apache starts just fine. It's difficult to troubleshoot without any error messages or bread crumbs. Also, nothing is getting written to any of the log files. Does anybody have a similar set up? Anybody have any ideas of what I can do to get more information? Thanks in advanced!!! -- Ryan Summit Network Solutions [EMAIL PROTECTED]
Hi. I'm trying to install PHP4.05 with apache 1.3.19 as a dynamic module. I'm running Red Hat linux 7.0. When I run ./configure it tells me that it cannot find apxs. So I added the path to apxs (--with-apxs=/usr/local/..../apxs). The path is correct---apxs is definitely sitting there, with apparently the correct permission (I double-checked by saying chmod 755 apxs). I still get the error. Any ideas? Thanks, Michael Dickson email: [EMAIL PROTECTED] web: http://epimorphic.com
All, I'm having problems getting php to work under netscape server 4.1sp7. I have no problems installing php but when I try and connect to the server after it starts up nothing is returned. No log entries are processed either. Its as if its a dead socket connection that is presistant. I followed the guidelines for installing the software to the T. anybody have similiar problems that have gotten it to work. Thanks Jon E. Kump
Hello, I got a problem with an installation of PHP 4.0.5 and MySQL. The installation goes well, without errors, but when i try to open php files that connect to the MySQL database, i got an error. Apparently in the 4.0.5, PHP try to connect to MySQL through /tmp/mysql.sock, and he don't find the file because the file is located in /var/lib/mysql/mysql.sock !!! With the 4.0.4pl1 and earlier version ther was no problem with the location of the file ... Is anybody experience this problem ? Alain DESEINE.
I am trying to install the latest build of 4.0.5 I got via CVS and when I run configure, I get the following: Configuring SAPI modules ./configure[2590]: syntax error: `./scripts/config-stubs' unexpected Any ideas why this is happening? Thanks. -Ken
I'm trying to configure Netscape Enterprise server 3.6 for PHP4 with NSAPI on a Solars 2.6 machine. I was able to compile and install PHP with the following configuration: configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-libgcc --with-nsapi=/opt/entprise/netscape/suitespot I completed the config work that is explained on this web site: http://benoit.noss.free.fr/php/install-php4.html#step2 I added /usr/local/lib to LD_LIBRARY_PATH in web startup script. When I start the web server I receive the following errors: pclose() failed. (2: unknown early startup error) If in remove "Init fn=php4_init errorString="Failed to initialise PHP!" entry from the obj.conf file the error disappears and web server starts up. Of course php will not work ... Any thoughts? Thanks in Advance, Craig -- Craig Guest USC/Information Sciences Institute [EMAIL PROTECTED]
Hi, Firstly thk Jim help in last time ! Now, I want to implement like "finger" command on unix system into PHP program, because I want to check how many users login on the Apache Server. Moreover, I need more details about user information, like login name, login time, login IP and so on. Do you know how to implement it on PHP program? Regard's Perrin