php-install Digest 5 Dec 2001 21:47:11 -0000 Issue 588

Topics (messages 5203 through 5211):

Unable to load dynamic library 'php_oci8.dll'
        5203 by: Mirza T

Problem: "Unable to load dynamic library ... imap.so"
        5204 by: Erik Wheeler

[Á¤º¸Á¦°ø ] ¡Ú ¹«·á·Î ÆÈ¾Æ µå¸³´Ï´Ù..
        5205 by: ÇÑÀÏ¿ì

Pb. with GD2
        5206 by: Martin DUBUC

Problem installing PHP on Redhat 7.1
        5207 by: Matt Orlando
        5208 by: Pierre-Alain Joye

Install php/apache/win2k
        5209 by: sotee loey
        5210 by: Jonathan Hilgeman

initial problem w/ OCI
        5211 by: John Kolvereid

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 ---
my php.ini on win 2000
-----------------------------------
;
;
; Directory in which the loadable extensions (modules)reside.
extension_dir =
;
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for
it.
;
;extension=php_bz2.dll
;extension=php_ctype.dll
;extension=php_cpdf.dll
extension=php_oci8.dll
;
;
-----------------------------
My extensions dir is c:\php\extensions\php_*.dll
whene i put in php.ini extension_dir = c:\php\extensions or some thing alse
i get a EROR
" Unable to load dynamic library 'php_oci8.dll' "
i need a help
Thanks



--
__________________________________
Mirza T.
dELTA d.o.o. SKPC Mejdan 75000 Tuzla
GSM : +387 66 179 276
Phone : +387 35 265 050
Fax : +387 35 251 304
http://www.delta.com.ba
__________________________________


--- End Message ---
--- Begin Message ---
Hello all:

I configured and installed PHP (as a static Apache module) on my 
Redhat 7.1 system, using RPM source. I did a 'configure' and 'make', 
and then installed the PHP and Apache RPMs.

Everything seems to be working, except for a few options. I 
configured for IMAP, Mcal, and Mycrypt support, but test.php tells me 
that they are NOT working.

Of most concern to me is the IMAP functionality, because I want to 
run Imp. I get this message in /var/log/messages:

httpd: PHP Warning: Unable to load dynamic library 
'/usr/lib/php4/imap.so' - /usr/kerberos/lib/libcom_err.so.  : shared 
object not open in Unknown on line 0

The imap.so file listed above *does* exist.

Any ideas what might be wrong? I've tried building it all twice now, 
with the same result.

My configure parameters:

./configure
        --with-apache=../apache_1.3.19 \
        --with-openssl \
        --with-zlib \
        --with-aspell \
        --with-curl=/usr/include/curl \
        --with-gettext \
        --with-imap=../imap-2000c \
        --with-imap-ssl \
        --with-ldap \
        --with-mcal=../libmcal \
        --enable-ftp \
        --with-mcrypt \
        --with-mysql=/usr/local/mysql \
        --with-pgsql=/usr/lib/pgsql \
        --with-pspell \
        --with-mm

Thanks!

Erik
--- End Message ---
--- Begin Message ---
::: ÆÄ¶óÁÖ¶ó ¸ÞÀÏ ¹ß¼Û :::::::::::::::::::                        ¸ÕÀú »çÀü ¾çÇØ¾øÀÌ 
:¸ÞÀÏÀ» º¸³»µå·Á Á˼ÛÇÕ´Ï´Ù.
 º» ¸ÞÀÏÀº Á¤ÅëºÎ ±Ç°í»çÇ׿¡ ÀǰŠÁ¦¸ñ¿¡(±¤°í)¶ó Ç¥½ÃµÈ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.
 ´õÀÌ»ó ¸ÞÀÏÀ» ¹Þ°í½ÍÁö ¾ÊÀ¸½Ã¸é [¼ö½Å°ÅºÎ]¸¦ ´­·¯ÁÖ¼¼¿ä.
 Á˼ÛÇÕ´Ï´Ù.
                 
--- End Message ---
--- Begin Message ---
Hi everyone ,

I'm trying to install GD2 & php4.0.6 & apache on my new webserver

GD 1.8.4 was setr up on my server so i made :
GD2>make install
GD2>make libgd.a
ldconfig
sync

then
PHP >configure...... && make && make install
but now when i make apache with GD configured in php i get :

"modules/php4/libphp4.a(internal_functions.o): In function 
`php_global_shutdown_internal_extensions':
/home/ovh/src/php-4.0.6/main/internal_functions.c:94: undefined reference to 
`gd_module_entry'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Erreur 1
make[2]: Quitte le répertoire `/home/ovh/src/apache_1.3.20/src'
"

i really really don t know where it can come frome ... i don t have
the error when i ./configure php without --with-gd

If you can help me it would be great !

Keep up the good work ;)

  

______________________________________
Cordialement,

Martin DUBUC          mailto:[EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
Greetings:

I am trying to install php on my Redhat 7.1 box, but when I run the
configure script:
./configure --with-mysql=../mysql --with-apxs=/www/apache/bin/apxs --with-zl
ib=/usr/lib

I get this warning:
checking for crypt in -lcrypt... yes

Configuring extensions
checking if the location of ZLIB install directory is defined... no
checking whether to include ZLIB support... yes
configure: error: Cannot find libz

Which, will still let php compile, but it will screw up apache when it tries
to load the php module, as shown here:
# ./bin/apachectl start
Syntax error on line 205 of /www/apache/conf/httpd.conf:
Cannot load /web/apache/libexec/libphp4.so into server:
/web/apache/libexec/libphp4.so: undefined symbol: uncompress
./bin/apachectl start: httpd could not be started

This is the stuff I have installed:
zlib-1.1.3-22 (rpm, from install)
apache_1.3.22 (I installed this by hand)
php-4.0.6 (this is the version I am trying to install)

Do I have to reinstall ZLIB?  If so, what do I do about this:

# rpm -e zlib
error: removing these packages would break dependencies:
        zlib is needed by cvs-1.11-3
        libz.so.1   is needed by gnupg-1.0.4-11
        libz.so.1   is needed by lynx-2.8.4-9
        libz.so.1   is needed by python-1.5.2-30
        libz.so.1   is needed by rpm-4.0.2-8
        libz.so.1   is needed by rpm-python-4.0.2-8
        libz.so.1   is needed by util-linux-2.10s-12
        libz.so.1   is needed by openssh-2.5.2p2-5
        libz.so.1   is needed by openssh-clients-2.5.2p2-5
        libz.so.1   is needed by openssh-server-2.5.2p2-5
        libz.so.1   is needed by cvs-1.11-3
        libz.so.1   is needed by rpm-build-4.0.2-8

Can I somehow force-remove it and then just compile zlib myself and
everything will be happy, or what?

Any help would be greatly appreciated.

--
Matt Orlando


--- End Message ---
--- Begin Message ---
On Wed, 5 Dec 2001 13:01:50 -0600
"Matt Orlando" <[EMAIL PROTECTED]> wrote:

> Greetings:
> 
> I am trying to install php on my Redhat 7.1 box, but when I run the
> configure script:
> ./configure --with-mysql=../mysql --with-apxs=/www/apache/bin/apxs --with-zl
> ib=/usr/lib
> 
> I get this warning:
> checking for crypt in -lcrypt... yes
> 
> Configuring extensions
> checking if the location of ZLIB install directory is defined... no
> checking whether to include ZLIB support... yes
> configure: error: Cannot find libz
if you compile php, you need both includes and lib, usually use /usr as path.


> This is the stuff I have installed:
> zlib-1.1.3-22 (rpm, from install)
Check if the zlib includes are included in /usr/includes. Else install the zlib-dev 
rpm too.

hth

pa

-- 
Pierre-Alain Joye
Freelance
Developpements et Services web/intranet
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Hi all;

Could anyone help? I can not get apache and php to
work under win2k. The apache is working fine except
the php doesn't work at all. I have tried the cgi and
module versions. I have tried all the recommended
methods in the new group. I follow the installation
manual that come with php but still it is not working.
If any could help I appreciated. Thank in advance. 

I am able to get php to work with iis5 fine but I want
to use apache instead of iis5. 

S-

__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com
--- End Message ---
--- Begin Message ---
Hi Sotee,
I would uninstall Apache, PHP, and anything else that you've installed for
this, then download the latest FoxServ:

http://sourceforge.net/projects/foxserv

And install that. I haven't tried version 2.x yet, but 1.x worked excellent
for me.

- Jonathan


-----Original Message-----
From: sotee loey [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 11:22 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Install php/apache/win2k


Hi all;

Could anyone help? I can not get apache and php to
work under win2k. The apache is working fine except
the php doesn't work at all. I have tried the cgi and
module versions. I have tried all the recommended
methods in the new group. I follow the installation
manual that come with php but still it is not working.
If any could help I appreciated. Thank in advance. 

I am able to get php to work with iis5 fine but I want
to use apache instead of iis5. 

S-

__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.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]
--- End Message ---
--- Begin Message ---
Hi,
    This may be an install problem.
    Initially, when Apache is run from boot, I am unable to use OCI:
    'Warning: _oci_open_server: Error while trying to retrieve text for
error ORA-12514 in ...'
however, when I restart it, all is well.
    Plus there seems to be ANOTHER problem/concern.  I am also using
MySQL.  When I cannot use OCI, the MySQL screams - it's so fast.  When I

can use OCI, MySQL slows to a snails pace on initial lookup.  I am
absolutely positive this is not a cache concern, but I don't know what
it is.
    Please advise, and if necessary, please give me the name of the php
install news group.  Thank you.

--
      John Kolvereid
      http://www.odinfo.com
      http://www.kolvereid.com
      [EMAIL PROTECTED]
      1.610.296.4485


--- End Message ---

Reply via email to