php-install Digest 2 Jun 2002 05:01:29 -0000 Issue 864

Topics (messages 7202 through 7206):

Problem on installing php with oracle support on Unixware 7.1.1
        7202 by: FAHIM K S
        7203 by: Sebastian Wolfgarten

PHP and Apache 2.0.36
        7204 by: Velling

mysql_connect gives fatal errors
        7205 by: Christopher L. White

how to install php as a CGI version?
        7206 by: ET

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 ---
I am having a problem on installing php with oracle support on Unixware 7.1  
   
I am using apache 1.3.14 on UnixWare 7.1, PHP 4.1.2 and oracle 8.1.5   
   
I have installed oracle 8.1.5, apache 1.3.14 and PHP 4.1.2.  
I have performed the DSO installation of PHP  
   
But when I restarted apache it says:  
   
Syntax error on line 207 of usr/local/apache_1.3.14/conf/httpd.conf : cannot  
load /usr/local/apache_1.3.14/libexec/libphp4.so into server : dynamic linker: 
 
/usr/local/apache_1.3.14/bin/httpd : relocation error : sysmbol not found:  
finite: referenced from : /usr/local/apache_1.3.14/libexec/libphp4.so  
/bin/apachectl start : httpd could not be started  
   
I don\'t know what to do about it.   
   
Anyone knows?  
   
   
----FAHIM  
 
--- End Message ---
--- Begin Message ---
Hi Fahim,

how did you exactly installed PHP?
Did you use --with-oracle=$ORACLE_HOME
or what? Are the oracle environments
variable set at all?

Bye,
Sebastian

--- End Message ---
--- Begin Message ---
I've got apache to work and everything like that, it's fine.

But I haven't got PHP to work, and this is my problem:

In the installation file (install.txt) to PHP and other places that i've
looked, it's the installation to Apache version1.x.xx, but I've got Apache
vs 2.x.xx, so therefore the installation is wrong.
"Ahh... that's not a problem! Just use those installation quides anyway,
apache haven't changed much on that point!"-you might say.
But, well, there I'll have to disagree. It has changed. Before (with vs
1.x.xx), you should add both "LoadModule php4_module..." AND "AddModule
php..." (and that's what it says in the installation guide), but the new
apache is changed, so now you only have to add "LoadModule...", and then the
info from the "AddModule..." is probably in the "LoadModule"-files, or maybe
somewhere else. But the fact is, if you only add "LoadModule
php_module..."-(without the AddModule file) apache won't work right (at
least not with PHP), because it haven't got the information from the
AddModule php_mod.... So yes, it have changed.

SO my question is, does anyone know how to install PHP on Apache 2.0.36 (on
Windoze 98), not version 1.x.xx?

I'd be very happy if you answer!

Regards
Mathias

PS: Sorry for my bad english!


--- End Message ---
--- Begin Message ---
Is there a way to edit php.ini without having to recompile php so that you
can connect to mysql. when i run a php page to connect (using the command
mysql_connect) it gives the following error:

Fatal error: Call to undefined function: mysql_connect() in
/home/datadisc/www/html/cms/types/index.php on line 21

so far, all the sites have said to recompile. is there ANOTHER way?

Luke


++++++++++++++++++++++++
+ Christopher "Luke" White
+ [EMAIL PROTECTED]
+ 617-750-5044
+ http://www.erols.com/skiwalker
++++++++++++++++++++++++

--- End Message ---
--- Begin Message ---
as title, please

root@somecpr:~$ php test.php
bash: php: command not found
root@somecpr:~$

how to solve this?
some one else told me that some packages(?) else needed to be installed
but what are they? and where can I find them?


--- End Message ---

Reply via email to