php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29943 PHP Install on Cobalt Raq550
Submitted: 2004-09-02 04:16 UTC Modified: 2004-09-02 08:28 UTC
From: andrej770 at comcast dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.8 OS: Linux 2.4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andrej770 at comcast dot net
New email:
PHP Version: OS:

 

 [2004-09-02 04:16 UTC] andrej770 at comcast dot net
Description:
------------
I am installing PHP 4.3.8 on my Raq550 from the source and get an error

p.s. I compiled and made Curl as well as libmcrypt before I did PHP.

Thanks in Advance

Andrej770



Reproduce code:
---------------
./configure \
--prefix=/usr \
--with-config-file-path=/etc/httpd \
--with-exec-dir=/usr/bin \
--with-apxs=/usr/sbin/apxs \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable-safe-mode \
--enable-sockets \
--enable-track-vars \
--enable-xml \
--disable-debug \
--with-gd \
--with-gettext=shared \
--with-iconv \
--with-imap \
--with-imap-ssl \
--with-interbase=shared \
--with-jpeg-dir=/usr \
--with-ldap \
--with-mcrypt=shared \
--with-mysql=shared \
--with-curl \
--with-openssl=/usr \
--with-pgsql=shared \
--with-png-dir=/usr \
--with-regex=system \
--with-zlib


Expected result:
----------------
Compile correctly

Actual result:
--------------
ext/imap/php_imap.lo: In function `zm_startup_imap':
/home/src/php-4.3.8/ext/imap/php_imap.c:435: undefined reference to `ssl_onceonlyinit'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-02 08:28 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Add --with-openssl to your build.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 22 07:01:27 2025 UTC