php-install Digest 7 Oct 2002 17:00:43 -0000 Issue 1058
Topics (messages 8702 through 8706):
Re: server error sending email from script
8702 by: toby -
E-mail Test. Do not open
8703 by: Tarabusi,Attilio,MILANO,HQ
Re: how to change??
8704 by: toby -
Yet another Solaris 8 question
8705 by: Larry Felton Johnson
Blank Pages
8706 by: WANDA HANSEN
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]
----------------------------------------------------------------------
--- Begin Message ---
:D
listen .....
i think ur workin form ur localhost rite ????
n if u r .... u WILL get that error
to get rid of it
try uploading the file on ur WEBSERVER (where u r gonna host ur site)
n do lemme no if it still duznt work :)
good luck ....
toby .....
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--- End Message ---
--- Begin Message ---
This is a test.
--- End Message ---
--- Begin Message ---
azumin u have IE
click on tools (in the main menu bar of IE)
select internet options
type http:\\localhost\index.php
this will set ur index.php to b your home page
so that every time u run IE or click home u ll see index.php
hope it helps .....
toby .....
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
--- End Message ---
--- Begin Message ---
Sorry if this is a FAQ, but I couldn't find this exact problem
either in the installation instructions or the user addenda to
the installation instructions on www.php.net.
We are building php against the copy of mysql which comes with the
latest solaris 8 installation. mysql and it's supporting files live
in /opt/sfw/mysql
These are my configuration options:
./configure --prefix=/apps/apache/extensions/php --exec-prefix=/apps/apache/exten
sions/php --bindir=/apps/apache/extensions/php/bin --sbindir=/apps/apache/extensi
ons/php/sbin --libexecdir=/apps/apache/libexec --datadir=/apps/apache/extensions/
php/share --with-config-file-path=/apps/apache/extensions/php/lib/ --sysconfdir=/
apps/apache/extensions/php/etc --sharedstatedir=/apps/apache/extensions/php/com -
-libdir=/apps/apache/extensions/php/lib/php --includedir=/apps/apache/extensions/
php/include --with-config-file-path=/apps/apache/extensions/php/lib --srcdir=. --
infodir=/apps/apache/extensions/php/info --enable-track-vars --with-apxs=/usr/apa
che/bin/apxs -with-mysql=/opt/sfw/mysql --enable-cli
The only change in this and the php build I do frequently is the path
to mysql, and the absence of the oracle paths which were needed in our past
installations.
==============================================================================
This is the error from make
gcc: /opt/sfw/mysql/lib/mysql/.libs/libmysqlclient.so: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `php'
Current working directory /nfs/src/sources/voyagers/php/php-4.2.2/sapi/cli
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /nfs/src/sources/voyagers/php/php-4.2.2/sapi/cli
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
==============================================================================
Note the odd library path to libmysqlclient.so
The actual path is of course:
/opt/sfw/mysql/lib/mysql/libmysqlclient.so
Thanks,
Larry
--- End Message ---
--- Begin Message ---
A client of mine installed php on there server, but we have run into
troubles with include files. We get the following errors:
Warning: Failed opening '/includes/config.php' for inclusion
(include_path='.:') in
/usr/local/etc/httpd/vhosts/centraljobsite.com/htdocs/jobs/register.php on
line 3
Warning: Failed opening '/includes/lang.php' for inclusion
(include_path='.:') in
/usr/local/etc/httpd/vhosts/centraljobsite.com/htdocs/jobs/register.php on
line 4
Any help with this would be appreciated.
Thanks,
Wanda
--- End Message ---