php-install Digest 2 May 2001 18:17:04 -0000 Issue 289 Topics (messages 2977 through 2981): Re: does anyone have a debian httpd.conf and srm.conf 2977 by: Alex Miller Who support PHP 2978 by: staym 2979 by: Jonathan Hilgeman Install Probs with LInux/Apache/MySQL 2980 by: Charles Homan 2981 by: B. van Ouwerkerk 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] ----------------------------------------------------------------------
On Tuesday 01 May 2001 06:42 am, B. van Ouwerkerk wrote: > At 00:51 1-5-01 -0400, Alex Miller wrote: > >I would like to look at it. > > > >My package installation did not leave any > >AddType or AddHandler Directives. > > No. I'm running Slackware. I doubt the difference is big when it comes to > Apache. > > AddType application/x-httpd-php .php > NOT > AddType application/x-httpd-php4 .php That worked. > > Cause it's not working. At least, not with Apache 1.3.19 and php404pl1 > > I've got it in httpd.conf.... > > Bye, > > > B.
Could you help me Please. I need to build my homepage on the internet but i need free homepages that support php. kinds regards staym
Try http://hosting.datablocks.net/ It gives you a free plan with a mySQL database, PHP hosting, and a subdomain (name.datablocks.net). Jonathan -----Original Message----- From: staym [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 8:46 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] Who support PHP Could you help me Please. I need to build my homepage on the internet but i need free homepages that support php. kinds regards staym -- 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]
Have tried a thousand suggestions from lists all over. Please help me. I am begging. Here's my debug.log; verona:/usr/local/src/php-4.0.4pl1# cat debug.log CONFIGURE: './configure' '--with-apxs=/www/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-pdflib=/usr/local/src/pdflib-4.0.0' '--enable-track-vars' CC: gcc CFLAGS: -g -O2 CPPFLAGS: -DLINUX=2 -DMOD_PERL -DUSE_HSREGEX -DUSE_EXPAT CXX: CXXFLAGS: INCLUDES: -I$(top_builddir)/Zend LDFLAGS: LIBS: -lmysqlclient -lresolv -lm -ldl -lresolv DLIBS: SAPI: apache PHP_RPATHS: uname -a: Linux verona.mysitestation.com 2.0.36 #24 Thu May 18 22:53:18 PDT 20 00 i586 gcc -o conftest -g -O2 -DLINUX=2 -DMOD_PERL -DUSE_HSREGEX -DUSE_EXPAT conftest .c -lmysqlclient -lresolv -lm -ldl -lresolv 1>&5 ld: cannot open -lmysqlclient: No such file or directory I get the infamouse attention message after I try to configure. I have the right paths to mysql. I have the libmysqlclient files in /usr/local/mysql/lib/mysql and symbolic linked to /usr/local/mysql ld.so.conf is correct. Please before I loose the rest of my hair.... help! -- Charles Homan Group Creative Director GodwinGroup Oxford, Mississippi 662.236.4442
>I get the infamouse attention message after I try to configure. I have the >right paths to mysql. I have the libmysqlclient files in >/usr/local/mysql/lib/mysql and symbolic linked to /usr/local/mysql >ld.so.conf is correct. Please before I loose the rest of my hair.... help! Think I remember something like not having zlib installed.. I never seen the error above.. perhaps because I'm always installing quite a few libs.. Seen a question almost simular to yours on another list and it seems zlib caused it.. ld.so.conf should contain /usr/local/mysql/lib/mysql DO NOT FORGET to run ldconfig after changing ld.so.conf Also.. check www.devshed.com a nice tutorial can be found there.. uhm, being a creative guy does NOT mean you know how to install/maintain a server. I wonder.. why don't you hire someone to do the job for you.. costs you less then trying it yourself.. Anyway, the tutorial on devshed.com should get you up and running.. is not going to cost you to much time. Bye, B.