php-install Digest 12 Jul 2001 08:10:00 -0000 Issue 358

Topics (messages 3503 through 3509):

LibMcrypt Linking Problem
        3503 by: John Peebles
        3504 by: php.php4hosting.com

Re: Enabling short tags in PHP 4.0.6
        3505 by: jeroen.php.net

Missing OCX for IIS5
        3506 by: Jeff Dale

PHP with IMAP-SSL
        3507 by: William WK Lee

How to create oci8.so extension? Please, help!
        3508 by: Gregory Solovyev

Psychic Empower yourself!
        3509 by: m_hunter.china.com

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]


----------------------------------------------------------------------


Hi everyone,
    I am trying to recompile php with mcrypt and I downloaded libmcrypt, and
ran the configure script, did a make, a make test (no errors), and a make
install.  Then I tried to do the same with mcrypt and I got the following
error:

*** Could not run libmcrypt test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding LIBMCRYPT or finding the wrong
*** version of LIBMCRYPT. If it is not finding LIBMCRYPT, you'll need to set
your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
***
configure: error: *** libmcrypt was not found

I tried adding "/usr/local/bin" to the "/etc/ld.so.conf " file since that is
where the INSTALL file said the executable is usually installed.  Can anyone
help me with this?


Thanks in advance,

John





This is the method we use
First ensure that /usr/local/lib is in /etc/ld.so.conf
and run ldconfig

wget ftp://argeas.cs-net.gr/pub/unix/mcrypt/libmcrypt/libmcrypt-2.4.9.tar.gz
tar -pxzf libmcrypt-2.4.9.tar.gz
cd libmcrypt-2.4.9
./configure --disable-posix-threads
make
make install

#
# http://mhash.sourceforge.net/
# http://mhash.sourceforge.net/dl/mhash-0.8.3.tar.gz

wget http://mhash.sourceforge.net/dl/mhash-0.8.9.tar.gz
tar -pxzf mhash-0.8.9.tar.gz
cd mhash-0.8.9
./configure
make
make install

wget ftp://argeas.cs-net.gr/pub/unix/mcrypt/mcrypt-2.5.5.tar.gz
tar -pxzf mcrypt-2.5.5.tar.gz
cd mcrypt-2.5.5
./configure
make
make install

cp /usr/local/lib/libmcrypt.* /usr/lib
ln -s /usr/local/lib/libmhash.so.2 /usr/lib/libmhash.so.2

If you have any problems at each install rerun ldconfig to be sure it finds
any files it needs

Then with PHP we use :-
with-mcrypt=/usr/local --with-mhash=/usr/local

Fingers crossed :)

Darren

> -----Original Message-----
> From: John Peebles [mailto:[EMAIL PROTECTED]]
> Sent: 11 July 2001 17:43
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] LibMcrypt Linking Problem
>
>
> Hi everyone,
>     I am trying to recompile php with mcrypt and I downloaded
> libmcrypt, and
> ran the configure script, did a make, a make test (no errors), and a make
> install.  Then I tried to do the same with mcrypt and I got the following
> error:
>
> *** Could not run libmcrypt test program, checking why...
> *** The test program compiled, but did not run. This usually means
> *** that the run-time linker is not finding LIBMCRYPT or finding the wrong
> *** version of LIBMCRYPT. If it is not finding LIBMCRYPT, you'll
> need to set
> your
> *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
> *** to the installed location  Also, make sure you have run
> ldconfig if that
> *** is required on your system
> ***
> *** If you have an old version installed, it is best to remove
> it, although
> *** you may also be able to get things to work by modifying
> LD_LIBRARY_PATH
> ***
> configure: error: *** libmcrypt was not found
>
> I tried adding "/usr/local/bin" to the "/etc/ld.so.conf " file
> since that is
> where the INSTALL file said the executable is usually installed.
> Can anyone
> help me with this?
>
>
> Thanks in advance,
>
> John
>
>
> --
> 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]
>
>





Wrong forum. Should have been [EMAIL PROTECTED] / news:php.install 
----- Original Message ----- 
From: "Coulee Web" <[EMAIL PROTECTED]>
Newsgroups: php.lang
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 3:05 AM
Subject: Enabling short tags in PHP 4.0.6


> I have just installed PHP 4.0.6 on my server and although the php.ini
> file shows that short open tags should be on, a look at phpinfo() shows
> they are off and of course the don't work. I have a huge site already
> developed using short tags and must turn them on. Does anyone know what
> is wrong? I even configured PHP with the --enable-short-tags option but
> still no luck.
> 
> -- 
> -----------------------------------------------------------
> Shane Lambert, Owner
> Coulee Web
> http://www.couleeweb.net/





When I am installing it tells me that it cannot config my IIS cause there is
an OCX missing... Does anyone know what it is???






I am trying to make PHP works on Solaris 8.0 (IA86).

I had successfully compiled the openssl and c-client library with SSL
support, however, PHP continues to complain the c-client library does not
contains SSL support and ask me to recompile.  I am using GCC 3.0 from
sunfreeware.com.

-- Message dump start --
checking for SSL support in IMAP... yes
configure: error: This c-client library does not support SSL. Recompile or
remove --with-imap-ssl from configure line.
-- Message dump end --

Please help, thanks in advanced.

William WK Lee
MCP 465244
Hong Kong
--
William's Home Online - www.williamlee.org
William's Email - [EMAIL PROTECTED]







I thought, I can create it by going to phpsource/ext/oci8 and doing
phpize
./configure --with-oci8=/disk2/oracle/OraHome
make
make install
but after this a cannot find any oci8.so Where is it to be? By the way
./configure runs withou any messages. Can anyone tell me where am I wrong?
Thanks, Grisha.






Dr. Bruce Goldberg, hypnotherapy expert and author, reveals
the most effective self-help technique in 6000 years


A DAUGHTER SAVED HER MOTHER'S LIFE THROUGH HYPNOSIS

                Valerie Ross, a patient of dentist and hypnotherapist Dr. Bruce 
Goldberg, was trained to use hypnosis to see into the future and discovered an 
undiagnosed medical problem that threatened the mother's (Joann's) life.

        Valerie was obsessed with her mother's health.  She considered Joann her best 
friend and became depressed when she had a vision of Joann dying.  Under the 
supervision of Dr. Bruce Goldberg of Woodland Hills, California, author of eleven 
books on hypnosis and the originator of progression hypnotherapy (going into the 
future) as described in his international bestseller Past Lives--Future Lives 
(Ballantine), Valerie perceived a serious medical problem with Joann.  She urged Joann 
to go to her doctor for a checkup.
        
Joann's subsequent medical checkup revealed no serious medical problems.  In fact, her 
HMO physician cleared Joann to go on an Optifast diet at Kaiser's positive choice 
weight control program.  Valerie continued to urge Joann to go back for more tests.  
Joann refused, as she thought all was well.
        
"How can you feel like you're going to die if you feel good?  I didn't feel bad so I 
didn't think I was going to die" stated Joan.  Joann finally consented to additional 
tests, and these tests now revealed a serious kidney problem (a 4 millimeter kidney 
stone), along with a critically low level of her blood pressure medication.  Surgery 
was scheduled and Joann's life was saved by Valerie's intervention.
        
Valerie describes her initial vision of her mother's death as follows, "I actually saw 
a still shot of my mother with black completely encasing it."
        In summarizing her therapy with Dr. Goldberg Valerie says, "My entire life has 
changed.  Dr. Goldberg's techniques have not only taught me to deal with bereavement, 
but to change the future."
        
Joann added, "I wouldn't be here if it wasn't for Valerie.  This case is reported in 
Dr. Goldberg's latest book Custom Design Your Own Destiny (Millennial Mind Pub.).

        Dr. Goldberg stated, "We all have the ability to view our future and avoid 
problems.  I call this psychic empowerment."

        Dr. Bruce Goldberg holds degrees in Dentistry and a Masters in counseling 
psychology.  He has written a dozen articles published in respected scientific 
journals and his book The Search for Grace was made into a movie by CBS.  Dr. Goldberg 
has appeared on Oprah, Regis & Kathie Lee, CNN and hundreds of TV and radio stations.  
Jerry Springer declared "This hypnotherapy works" and Art Bell states, "Wow!" 

For further information Contact:  Dr. Bruce Goldberg at 800-KARMA4U or 800-527-6248.

E-mal: [EMAIL PROTECTED]  http://www.drbrucegoldberg.com.

You can order copies of Custom Design Your Own Destiny at 
http://www.pdbookstore.com/Self-HelpHowtoBooks.htm and Dr. Goldberg's Custom Design 
Your Own Destiny cassette album to maximize your own future at www.drbrucegoldberg.com.



Reply via email to