Aditya Dhekney wrote:

> Hi, i have been trying to install midgard for the last week now, but have
> been very unsuccessfull till now.  I am currently trying to install
> php4.0.6, because it says in the documentation that we need at least
> php4.0.4 to install midgard-php.  I have followed all the instructions
that
> are given on how to install this, and tried a countless different things
to
> get it to process the php statements, but to no avail. I think it has
> something to do with the midgard installation, but i'm not sure.  Has
anyone
> else encountered such problems?


>Err... it would be highly helpful to include a description of the actual 
>problem.
Ok...when compiling php4.0.6, everything goes well...i checked all the
httpd.conf directives, and they are all there as requested...moved the
php.ini file to the proper location.  Now, when i restart apache, the php
files are not being processed!  the test file (<? phpinfo(); ?>) returns
exactly that....<?phpinfo();?>.  Following from my httpd.conf file:

<IfDefine HAVE_PHP4>
LoadModule php4_module        modules/libphp4.so
</IfDefine>

<IfDefine HAVE_PHP4>
AddModule mod_php4.c
</IfDefine>

<IfModule mod_php4.c>
  AddType application/x-httpd-php .php .phtml .php3
//above line used to be without .phtml , .php3, still didn't work.
  AddType application/x-httpd-php-source .phps
</IfModule>

I didn't change the php.ini file at all yet. (didn't change the
session.save_handler=midgard)....this gave me errors, probably cause php4
not installed properly.

Also, if i run: 
rpm -qa | egrep '(php)', i get: 

mod_php-4.0.1pl2-9 
php-imap-4.0.1pl2-9 
php-4.0.1pl2-9 
php-mysql-4.0.1pl2-9 
asp2php-gtk-0.75.5-1 
php-manual-4.0.1pl2-9 
asp2php-0.75.5-1 
php-ldap-4.0.1pl2-9 
php-pgsql-4.0.1pl2-9 

shouldn't i be getting something at least with php-4.0.6....since that's
what i'm trying to upgrade to? Why would this be happening? 

Hope this is more informative...
Thanks,
Aditya 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to