php-install Digest 19 Dec 2001 17:08:10 -0000 Issue 609
Topics (messages 5332 through 5340):
PHP4 install with PWS4 on Win98
5332 by: Alex Shi
5333 by: Alex Shi
Installing PHP
5334 by: Chris
PHP-4.1.0 Apache Freetds
5335 by: Mitchell Seltzer
Sessions not working in FreeBSD
5336 by: Sean LeBlanc
PHP-4.1.0 freetds apache
5337 by: Mitchell Seltzer
MySQL Access on host
5338 by: Mitchell Melonas
5339 by: Fred
libphp4.so: symbol sapi_module: referenced symbol not found
5340 by: Ted Cox
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 ---
Hello, folks!
I installed PHP4 on Windows 98 with PWS4. When I try to
run a very simple script, I got a just one line error message
"One of the library files needed to run this application cannot
be found". The script is very simple: "<? phpinfo(); ?>", so
I don't think the error has anything to do with it. Anyone has
idea what's wrong with it? Please help me out if you know
this issue. Thanks in advance!
Alex Shi
--- End Message ---
--- Begin Message ---
Now I set extension_dir point to correct path in php.ini, the
problem changed: it shows 500 internal server error.
But when type "php -i" from dos shell it print full screen of
correct html code......
----- Original Message -----
From: "Alex Shi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 5:41 PM
Subject: [PHP-INST] PHP4 install with PWS4 on Win98
> Hello, folks!
>
> I installed PHP4 on Windows 98 with PWS4. When I try to
> run a very simple script, I got a just one line error message
> "One of the library files needed to run this application cannot
> be found". The script is very simple: "<? phpinfo(); ?>", so
> I don't think the error has anything to do with it. Anyone has
> idea what's wrong with it? Please help me out if you know
> this issue. Thanks in advance!
>
> Alex Shi
>
>
>
>
> --
> 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]
>
>
--- End Message ---
--- Begin Message ---
I really have no idea where to start, and am looking for someone that knows
exactly what they are doing to install PHP on one of my servers.
Does anyone have an idea where I could go to find someone to do this for me,
as I just don't have the time to screw around with it.
Thanks
Chris
--- End Message ---
--- Begin Message ---
I am trying to connect to a 2000 server
with mssql 7.0 from a linux7.2 box using freetds, php and apache.
I have tried apache_1.3.22, php-4.1.0 (or
php-4.0.6) and freetds-0.52.
The worst part is that when I go to the
web page I get no errors, it just stops loading. I searched the
errorlogs and found
nothing.
I have also built in macromedia generator,
mysql and mcrypt.
Everything builds fine and runs fine
except for connecting to the mssql server. I have followed the
instructions from the
last post at:
http://www.php.net/manual/en/function.mssql-connect.php
by [EMAIL PROTECTED]
here are my config lines:
php
./configure
--with-apache=/config/apache_1.3.22 --with-mysql
--enable-track-vars
--with-mcrypt=/config/mcrypt-install
--with-config-file-path=/config
--with-mssql=/usr/local/ftds
--with-sybase=/usr/local/ftds
apache
./configure
--activate-module=src/modules/php4/libphp4.a
--activate-module=src/modules/jrun/libjrun.a --enable-module=so
--enable-module=expires
--enable-module=headers --disable-module=userdir
freetds
./configure --prefix=/usr/local/ftds
--with-tdsver=7.0 --enable-dbmfix
I have had this working before with much
older versions of the apps.
This is supposed to be an upgrade.
Thanks for any ideas.
Mitch
--- End Message ---
--- Begin Message ---
I'm trying to get sessions to work in PHP w/Apache on FreeBSD. I remember
there being something that had to be done before (at a previous job), but I
can't remember what. Basically, the symptoms are that I get no error, but no
variables increment.
Versions:
PHP: 4.0.6
Apache: 1.3.20
FreeBSD: 4.4
I've made sure that session is "enabled" and that the save_handler is set to
"user", since I want my own save_handler to put state into a DB.
Cheers,
--
Sean LeBlanc:[EMAIL PROTECTED] Yahoo:seanleblancathome
ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome
--- End Message ---
--- Begin Message ---
Any help appreciated.
I am trying to connect to a 2000 server with mssql 7.0 from a linux7.2
box using freetds, php and apache.
I have tried apache_1.3.22, php-4.1.0 (or php-4.0.6) and freetds-0.52.
The worst part is that when I go to the web page I get no errors, it
just stops loading. I searched the errorlogs and found nothing.
I have also built in macromedia generator, mysql and mcrypt.
Everything builds fine and runs fine except for connecting to the mssql
server. I have followed the instructions from the last post at:
http://www.php.net/manual/en/function.mssql-connect.php
by [EMAIL PROTECTED]
here are my config lines:
php
./configure --with-apache=/config/apache_1.3.22 --with-mysql
--enable-track-vars --with-mcrypt=/config/mcrypt-install
--with-config-file-path=/config --with-mssql=/usr/local/ftds
--with-sybase=/usr/local/ftds
apache
./configure --activate-module=src/modules/php4/libphp4.a
--activate-module=src/modules/jrun/libjrun.a --enable-module=so
--enable-module=expires --enable-module=headers --disable-module=userdir
freetds
./configure --prefix=/usr/local/ftds --with-tdsver=7.0 --enable-dbmfix
I have had this working before with much older versions of the apps.
This is supposed to be an upgrade.
Thanks for any ideas.
Mitch
--- End Message ---
--- Begin Message ---
How do I know if I have dbase access to MySQL on the ISP host? (my isp
dosent have a tech support line to call and ask)
--- End Message ---
--- Begin Message ---
create this script
<? phpinfo(); ?>
and run it
It will tell you whether php is configured with mysql or not.
When you are done delete the script from the server, as it is rather
unsecure.
Fred
Mitchell Melonas <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> How do I know if I have dbase access to MySQL on the ISP host? (my isp
> dosent have a tech support line to call and ask)
>
>
--- End Message ---
--- Begin Message ---
Apache 1.3.12, PHP 4.0.6, Solaris 2.6
./configure --with-apxs=/app/.o/Apache/Apache/bin/apxs
checking for Apache module support via DSO through APXS... yes
Initially I run into the stub.lo error, but I found a note in the archives
and moved the file to stub.lo.old. Problem solved. Make works. Make
install works. I try to start apache and get:
Syntax error on line 243 of
/app/oracle9iappsrv/Apache/Apache/conf/httpd.conf:
Cannot load /app/oracle9iappsrv/Apache/Apache/libexec/libphp4.so into
server: ld.so.1: /app/oracle9iappsrv/Apache/Apache/bin/httpd: fatal:
relocation error: file
/app/oracle9iappsrv/Apache/Apache/libexec/libphp4.so: symbol sapi_module:
referenced symbol not found
./apachectl startssl: httpd could not be started
I've searched all through the archives and noted a number of posts about
similar problems (uncompress, gd, etc) and all of them have been solved
with a simple --enable-<something> but I couldn't figure out what to
enable for the sapi_module symbol.
Any help would be much appreciated.
Thanks,
Ted Cox
--- End Message ---