php-install Digest 26 Oct 2002 14:47:01 -0000 Issue 1088
Topics (messages 8923 through 8926):
Re: PHP + GD Install?
8923 by: John Coder
8925 by: Michael Risda
8926 by: John Coder
Re: Oracle 8.0.6 connection
8924 by: Jim Thome
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 ---
On Fri, 2002-10-25 at 22:13, Michael Risda wrote:
> I too am having problems with this. Here is my config line:
>
> ./configure --with-gd --with-dom --with-apxs --with-gettext --with-xml --wit
> h-mysql --with-mcrypt --with-imap --with-ldap --with-zlib-dir --with-jpeg-di
> r
>
> Last lines:
>
> checking for GNU gettext support... yes
> checking for bindtextdomain in -lintl... no
> checking for bindtextdomain in -lc... no
> configure: error: Unable to find required gettext library
>
check out
http://www.php.net/manual/en/ref.gettext.php
it says yu need the directory also as in --with-gettext=DIR if you don't
have it in /usr/local
John Coder
--- End Message ---
--- Begin Message ---
My apologies, I should have mentioned that I did try explicitly pointing the
config to my install which is /usr/local
I have php installed currently with gettext, but I am recompiling to include
lib-gd and here the problem occurs. If I remove the
--with-gd, it compiles fine, if I remove the --with-gettext it compiles
fine.
Michael
"John Coder" <[EMAIL PROTECTED]> wrote in message
news:1035609694.2491.6.camel@;bulwinkl...
> On Fri, 2002-10-25 at 22:13, Michael Risda wrote:
> > I too am having problems with this. Here is my config line:
> >
> >
./configure --with-gd --with-dom --with-apxs --with-gettext --with-xml --wit
> >
h-mysql --with-mcrypt --with-imap --with-ldap --with-zlib-dir --with-jpeg-di
> > r
> >
> > Last lines:
> >
> > checking for GNU gettext support... yes
> > checking for bindtextdomain in -lintl... no
> > checking for bindtextdomain in -lc... no
> > configure: error: Unable to find required gettext library
> >
> check out
> http://www.php.net/manual/en/ref.gettext.php
> it says yu need the directory also as in --with-gettext=DIR if you don't
> have it in /usr/local
>
> John Coder
>
>
--- End Message ---
--- Begin Message ---
I had the same prob regarding gd with gd ext on php 4.3. It seems that
it still looks for the libgd.a and libgd.so so I did a configure on
gd.2.0.1 as per Rasmus page on GD see attachment . once I put the new
libgd.so and libgd.a in the ext/gd directory in the php install
directory I had no probs Hope this helps
.
John Coder
On Sat, 2002-10-26 at 10:17, Michael Risda wrote:
> My apologies, I should have mentioned that I did try explicitly pointing the
> config to my install which is /usr/local
>
> I have php installed currently with gettext, but I am recompiling to include
> lib-gd and here the problem occurs. If I remove the
> --with-gd, it compiles fine, if I remove the --with-gettext it compiles
> fine.
>
> Michael
>
>
>
> "John Coder" <[EMAIL PROTECTED]> wrote in message
> news:1035609694.2491.6.camel@;bulwinkl...
> > On Fri, 2002-10-25 at 22:13, Michael Risda wrote:
> > > I too am having problems with this. Here is my config line:
> > >
> > >
> ./configure --with-gd --with-dom --with-apxs --with-gettext --with-xml --wit
> > >
> h-mysql --with-mcrypt --with-imap --with-ldap --with-zlib-dir --with-jpeg-di
> > > r
> > >
> > > Last lines:
> > >
> > > checking for GNU gettext support... yes
> > > checking for bindtextdomain in -lintl... no
> > > checking for bindtextdomain in -lc... no
> > > configure: error: Unable to find required gettext library
> > >
> > check out
> > http://www.php.net/manual/en/ref.gettext.php
> > it says yu need the directory also as in --with-gettext=DIR if you don't
> > have it in /usr/local
> >
> > John Coder
> >
> >
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
ora_logon(user, "password", tnsname);
>>> "William Cheung" <[EMAIL PROTECTED]> 10/25/02 16:36 PM >>>
As php_oci8.dll is not working, I tried php_oracle.dll. However, the
script can't make a connection to the database. I use the following code
to make a connection. Could anyone tell me if it is correct?
ora_logon(user@tnsname, "password");
William Cheung, B.Sc. MCSE MCDBA
Databyte Corp.
--- End Message ---