php-install Digest 10 May 2001 10:56:10 -0000 Issue 301 Topics (messages 3086 through 3094): build apache + mod_ssl and php4.0.5 and oracle 8i 3086 by: ual ual 3093 by: Paul Kozlenko I need help on PHP Apache and WinMe 3087 by: bac68 --with-xml where can I find lxmltok? 3088 by: Papp Gyozo Problem with installing PHP 4.0.5 3089 by: ADI 3091 by: Jani Taskinen seg fault aftter compile from source with Sybase 3090 by: Paul Kozlenko Re: php and sybase 3092 by: Paul Kozlenko PHP + PNG + FreeBSD 3094 by: Kasper Kristiansson 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] ----------------------------------------------------------------------
i have apache 1.3.19, mod_ssl 2.8.3, openssl 0.9.6 working fine. but now i decide to install php (with oracle 8i)... i have DSO support in my apache..and i try to install php with apxs..it's installed..but when i restart apache..it have an error. Am i doing the right steps or i need to build everything again? Is there a sequence to build PHP,Apache and mod_ssl? What? Thanks in advance. __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
Not sure if it's going to be this simple but. When you start your apache server...are you using the apache startup script? If yes. Try typing the command line that the startup script ends up executing at the prompt. Because you are starting up the ssl it may be asking for the password /secret you may have entered when setting up the SSL. Other than that...what you have stated sounds OK. Without knowing further details. Paul K. ual ual <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i have apache 1.3.19, mod_ssl 2.8.3, openssl 0.9.6 > working fine. > but now i decide to install php (with oracle 8i)... > i have DSO support in my apache..and i try to install > php with apxs..it's installed..but when i restart > apache..it have an error. > Am i doing the right steps or i need to build > everything again? > Is there a sequence to build PHP,Apache and mod_ssl? > What? > > Thanks in advance. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - buy the things you want at great prices > http://auctions.yahoo.com/ > > -- > 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] >
Salud to all, well I am a newbie about PHP, I want to learn PHP, but to do so I need a web server on my computer that can run php files. I got Apache. It works very well with the html pages but won't work whit the php ones. I have configured the httpd.conf file according to the manual, but it don't work. In the error log file of the Apache I found this report: >[error] [client 127.0.0.1] Invalid URI in request >GET /uc03.php HTTP/1.1 What can I do? Thanks a lot folks. Au revoir
Hello folks, I've found some mail in the archive, but much fewer replies that helps me. 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? BTW, this is my first installation on Linux, so please bear with me! Thank your responses in advance: Papp Gyozo - [EMAIL PROTECTED]
Hi I have got apache 1.3.19 imap and imap-ssl running and working fine (imap-2001) and got following problem. When i have install PHP 4.0.5 with options --with-imap-ssl i got this error: php_imap.c: In function `php_minit_imap': php_imap.c:451: `auth_ssl' undeclared (first use in this function) php_imap.c:451: (Each undeclared identifier is reported only once php_imap.c:451: for each function it appears in.) make[3]: *** [php_imap.lo] Error 1 make[3]: Leaving directory `/home/ftp/incoming/install/php-4.0.5/ext/imap' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/ftp/incoming/install/php-4.0.5/ext/imap' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ftp/incoming/install/php-4.0.5/ext' make: *** [all-recursive] Error 1 My configure line is: ./configure --prefix=/usr/local/php --with-apxs --with-pgsql --with-mysql=/u sr --with-gettext --enable-ftp --with-openssl --with-imap --with-imap-ssl -- with-gd --enable-track-vars --enable-force-cgi-redirect and its work without any problem with PHP 4.0.4pl1. Whats do I wrong? Please help me ADI
The imap-2001.beta (it's beta still) has broken auth_ssl.. Get imap-2000 which works. --Jani On Thu, 10 May 2001, ADI wrote: >Hi >I have got apache 1.3.19 imap and imap-ssl running and working fine >(imap-2001) and got following problem. When i have install PHP 4.0.5 with >options --with-imap-ssl i got this error: > >php_imap.c: In function `php_minit_imap': >php_imap.c:451: `auth_ssl' undeclared (first use in this function) >php_imap.c:451: (Each undeclared identifier is reported only once >php_imap.c:451: for each function it appears in.) >make[3]: *** [php_imap.lo] Error 1 >make[3]: Leaving directory `/home/ftp/incoming/install/php-4.0.5/ext/imap' >make[2]: *** [all-recursive] Error 1 >make[2]: Leaving directory `/home/ftp/incoming/install/php-4.0.5/ext/imap' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/ftp/incoming/install/php-4.0.5/ext' >make: *** [all-recursive] Error 1 > >My configure line is: >./configure --prefix=/usr/local/php --with-apxs --with-pgsql --with-mysql=/u >sr --with-gettext --enable-ftp --with-openssl --with-imap --with-imap-ssl -- >with-gd --enable-track-vars --enable-force-cgi-redirect >and its work without any problem with PHP 4.0.4pl1. > >Whats do I wrong? > >Please help me >ADI > > > >
To All, The system concerned is running SuSE 7.1 Professional The installed package of SuSE with apache and php4 works fantastic. The SuSE version of php4 includes many of the goodies (more than I need except one). Using the source package for php4 on the same SuSE distro CD and compiling the package using; rpm -bb /usr/src/packages/SPECS/mod_php4.spec is successful and works fine.....as it should. However the trouble comes when I add the "--with-sybase-ct=/opt/sybase into the mix. Sybase 11.0.3 is installed in /opt/sybase. I can connect with the Sybase server with no problem using Sybase's isql client, and retrieve data in good time. When accessing data from the Sybase database through apache/php4 I get; "[notice] child pid 15988 exit signal Segmentation fault (11)" in the error_log. I have made a page that accesses a mysql database to fill in one table and another to access a Sybase database. The mysql page does not complain where the Sybase page provides the above error. The Sybase code is as follows; $sybase_link = sybase_connect("PCS", "apache", "apache"); sybase_select_db("pcs1prod", $sybase_link); $query = "SELECT last_name, first_name, encrypt_flag "; $query .= "FROM User_Table "; $sybase_result = sybase_query($query, $sybase_link); $rowcount = 0; print("<table>"); while($row = sybase_fetch_row($sybase_result)) { $rowcount += 1; $last_name = trim($row[0]); $first_name = trim($row[1]); $encrypt_flag = trim($row[2]); print("<tr><td>$rowcount</td><td>$last_name</td><td>$first_name</td><td>$enc rypt_flag</td></tr>"); } print("</table>"); sybase_close($sybase_link); Reporting errors to the web page I get; Warning: Sybase: Server message: Changed database context to 'pcs1prod'. (severity 10, procedure N/A) in /pcs/pk.php on line 10 (where line 10 is actually the first line shown here - "sybase_connect") Data does come back however after a long period. Does anybody have any clues I might look for? I appreciate any help here from anybody. - Paul K
I have configured Syabse and php4 using the --with-sybase-ct=SYBASE_PATH. but either one should work. The "ct" refers to a newer connection type that Sybase prefers. It should be better. The other is the older connection method. Other than this, the Sybase install need an interfaces file in SYBASE_PATH/interfaces. This file contains the name that is associated with your Sybase server and it's address and port number for connection. e.g. DEV query tcp ether devtestl.costeel.com 5000 Try connecting with isql using; #isql -U{username} -SDEV -p You ahould be prompted with a password prompt. After entering the correct credentials (case sensitive) you should get a prompt like; 1> This means success. The only other item I can think of....is the entry in the php.ini file in the sybase section that refers to the location and name of the interfaces file; sybase.interface_file = "/usr/sybase/interfaces" #on my machine Hope it helps Paul K. Jason Leduc <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I also agree with your comments that the documentation for sybase > installs is GREATLY lacking. > I'm installing php 4.04 with sybase and am having a great deal of > trouble. > do I need to get anything else from sybase to make this work? > do I need to use the --with-sybase-ct=PATH or can I use > --with-sybase=PATH? > > ---------------------------------------------------------------------------- ---- > -- > 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]
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