I have built my extention for php4. There is not any error during compiling.
PHP4 can work when I use "php -f test.php". So I try to install it to my
Redhat7.2 system with apache.All my operation is followed:
(after compile the php4)
./killall httpd
./configure --enable-mymodule --with-apax=/usr/
I find it's safest to not run "make install" after make, rather to manually
copy the binary into /usr/bin/ or whereever you want it. That way it
doesn't mess w/ any config files.
- Original Message -
From: "Dr CHEUNG Ngai Tseung" <[EMAIL PROTECTED]>
To: "Robert Abbate" <[EMAIL PROTECTED]
> >>ld.so.conf (in /etc on my box) contains a list of dirs that ld
>(gnu dynamic linker) checks for shared objects/libraries, ELF, etc.
>You won't have any control of that if you're >>virtual-hosting. Try
>doing:
> >>LD_LIBRARY_PATH=/home/path/to/mcrypt/lib:$LD_LIBRARY_PATH
> >>export $LD_LI
php-install Digest 26 Mar 2002 15:21:21 - Issue 763
Topics (messages 6475 through 6479):
Re: problem compiling with mcrypt support
6475 by: brian ally
Re: HTTP_WSER_AGENT
6476 by: brian ally
how to upgrade from php3 to php4
6477 by: Ryan
Re: SMTP port Problem - ph
I had PHP 4.1.1 and Apache 1.3.23 installed previously, with only a few
options passed to PHP for configure. I would like to install Horde, and per
their instructions, I needed to configure PHP for quite a few more options.
Here is my new configure, on a Solaris 8 box:
./configure --with-mysql=/
I think i have tried that but didn't work
--
Sijan Khadka
sijan.com.np
[EMAIL PROTECTED]
"Andreas GrabmüLler" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have never tried that under windows... but try localhost:22
>
> --
> MFG GameCrash
>
> Webmas
Dear newsgroup,
I am a complete php newbie, and I wish for your consideration. I got a
little problem here - I can't upgrade my php3 to php4: could you give me a
step by step instructions on how to upgrade from php v3.0.17 to v4.1.2?
I followed instructions found on the web - configured the htt