php-install Digest 10 Apr 2001 14:17:35 -0000 Issue 255

Topics (messages 2725 through 2730):

Re: installation blues with oracle 8i
        2725 by: Brian.J.Mauter

Re: date/time in wrong zone
        2726 by: Yasuo Ohgaki

Re: APXS install problem
        2727 by: Yasuo Ohgaki

Re: how to solve this php installation and configuration problem
        2728 by: Yasuo Ohgaki

Re: problem mail()
        2729 by: Yasuo Ohgaki

Re: w/ CURL can't find -lpam, wout/ CURL everything is fine (How can  that be)
        2730 by: Krznaric Michael

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]


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



On your configure script try this:

./configure --with-oci=/path/to/your/oracle/installation/home

I think your PHP configure script still cannot find the Oracle home
directory (have you set ORACLE_HOME in your environment?).

Good luck,


Brian Mauter
[EMAIL PROTECTED]





I think your locale is something wrong. For example, my RedHat7/J does not have
JST, but has Japan, for some reason. I had to copy Japan locale as JST to make
it work.

Locale is system dependent, this is my best guess.

Hope this helps.

--
Yasuo Ohgaki


""Duke"" <[EMAIL PROTECTED]> wrote in message
005b01c0c119$1460b840$[EMAIL PROTECTED]">news:005b01c0c119$1460b840$[EMAIL PROTECTED]...
> I sent the following to php-general with no success.  I'm wondering if it is
> a compile/install issue?
>
> I'm using php 4.0.4pl1on a FreeBSD system.
> When I use a php date/time function, it reports the time in GMT, however, I
> have the date on my FreeBSD system set to EDT.
> I can't figure out what the problem is here.  The only thing I can think of
> is that when I compiled php, my system timezone was set to GMT and perhaps
> the local timezone is hardcoded into php.  That doesn't make much sense
> though.  I have changed my timezone to EDT since I compiled php.
> It may also be relevant that the "T" format string for the date() function
> also reports GMT, even though I've set my system timezone to EDT.  The
> command "date" in FreeBSD also reports the time in EDT.
>
> Any suggestions?
> Thanks.
>
>
>
> --
> 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]
>





This means you build PHP with shared lib, but system cannot find these shared lib. I think you can fix this with modifying /etc/ld.so.conf and ldconfig. (If you are using Linux). Regards, -- Yasuo Ohgaki ""Pavel Sorejs [Czech Republic - Europe]"" <[EMAIL PROTECTED]> wrote in message 9aq1bn$rs8$[EMAIL PROTECTED]">news:9aq1bn$rs8$[EMAIL PROTECTED]... > When i install PHP with some support (like IMAP, LDAP etc.) and try to > restart apache to apply changes i recive some strange errors like: > > Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined > symbol: uncompress > > Diferent supports makinィg diferent errors. I can't get working any support. > > Can you help me ??? > Thanks > > > > -- > 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] >



Your system does not have required programs like bison and gcc. Install them
from RPM should fix your problem. Do not forget to install some devel RPM also.
(I wonder why your RedHat7 does not have even gcc. You may be better off
installing RedHat7 again, if you can install it from scratch with development
tools)

Regards,
--
Yasuo Ohgaki


"adams tao" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
>  I can install Apache and PHP with Red Hat rpm file on Red Hat 7 without
> any problem, but when I install  and configue PHP with tar file, i have
> faced the following problem:
> [root@h240c1 php-4.0.4pl1]# ./configure --with-apache=/usr/local/apache
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... no
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
> Updated php_version.h
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking host system type... i686-pc-linux-gnuoldld
> checking for gawk... gawk
> checking for bison... no
> checking for byacc... no
> configure: warning: You will need bison if you want to regenerate the
> PHP parser
> s.
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
> [root@h240c1 php-4.0.4pl1]#
>
> So what is the problem and what should I do now?
> Thanks
>
>
>
> --
> 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]
>





Take a look at your php.ini.
There is a section for that. (There is description in php.ini also)

Regards,
--
Yasuo Ohgaki


""Ing. J. Gerardo Herrera Colin"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> when i try to send some information for a form uses a script with the
> function mail( ) never come the information may be configuartion its
> wrong where can configute it
>
> tanks for yur help
>
> --
> Atte Ing Gerardo Herrera C.
> Morphos Sistemas
> [EMAIL PROTECTED]
> www.morphos.com
>
>
>
> --
> 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]
>





This is a repost?  Does anyone have any ideas, it must be an issue with the
build process?

Mike

-----Original Message-----
From: Krznaric Michael [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 10:49 AM
To: '[EMAIL PROTECTED]'
Subject: [PHP-INST] w/ CURL can't find -lpam, wout/ CURL everything is
fine (How can that be)



I'm trying to compile 
PHP 4.0.4pl1, 
w/apache 1.3.17 as a DSO 
on a Solaris 8 sparc box

        I did this 100's of times and everything works good.  For some
reason the following configure fails:

 './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-pam_auth'
'--enable-track-vars=yes' '--enable-trans-sid=yes' '--without-mysql'
'--with-curl=/opt/TWWfsw/curl75/lib'

It fails with the following error message (Something like this):

...
checking for Ovrimos SQL Server support... no
checking whether to include pam authentication support... yes
checking for pam_start in -lpam... no
configure: error: pam libraries not found

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

Now if I issue the same config without CURL everything works fine
 './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-pam_auth'
'--enable-track-vars=yes' '--enable-trans-sid=yes' '--without-mysql'

How can that be?  Curl affects another module?  I think i'm not considering
something.

Mike    

-- 
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]


Reply via email to