php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19509 imap compile failure
Submitted: 2002-09-19 19:41 UTC Modified: 2002-09-19 20:20 UTC
From: bug at systron dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.3 OS: Linux 2.4.18
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bug at systron dot de
New email:
PHP Version: OS:

 

 [2002-09-19 19:41 UTC] bug at systron dot de
here:
php-4.2.3
linux 2.4.18
cyrus-imapd-2.1.9
cyrus-sasl-2.1.6
httpd-2.0.40
./configure  --with-apxs2=/usr/local/apache2/bin/apxs
 --with-pear --disable-debug --enable-track-vars --with-ftp
 --with-xml --enable-sockets
 --with-imap=/usr/src/imap-2002.RC6 --with-gettext=yes
 --with-cyrus --with-openssl

make:
...
/usr/src/imap-2002.RC6/lib/libc-client.a(osdep.o): In function `fatal':
/usr/src/imap-2002.RC6/c-client/fs_unix.c(.text+0x9500): multiple definition of `fatal'
/usr/src/php-4.2.3/ext/cyrus/.libs/libcyrus.al(cyrus.lo)(.text+0x160):/usr/src/php-4.2.3/ext/cyrus/cyrus.c: first defined here
/usr/i486-suse-linux/bin/ld: Warning: size of symbol `fatal' changed from 40 to 43 in /usr/src/imap-2002.RC6/lib/libc-client.a(osdep.o)
/usr/local/lib/libcyrus.a(xmalloc.o): In function `fs_get':
/usr/src/cyrus-imapd-2.1.9/lib/xmalloc.c(.text+0x190): multiple definition of `fs_get'
/usr/src/imap-2002.RC6/lib/libc-client.a(osdep.o)(.text+0x93c0):/usr/src/imap-2002.RC6/c-client/env_unix.c: first defined here
/usr/i486-suse-linux/bin/ld: Warning: size of symbol `fs_get' changed from 110 to 44 in /usr/local/lib/libcyrus.a(xmalloc.o)
/usr/local/lib/libcyrus.a(xmalloc.o): In function `fs_give':
/usr/src/cyrus-imapd-2.1.9/lib/xmalloc.c(.text+0x1c0): multiple definition of `fs_give'
/usr/src/imap-2002.RC6/lib/libc-client.a(osdep.o)(.text+0x94b0):/usr/src/imap-2002.RC6/c-client/fs_unix.c: first defined here/usr/i486-suse-linux/bin/ld: Warning: size of symbol `fs_give' changed from 80 to 34 in /usr/local/lib/libcyrus.a(xmalloc.o)
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/usr/src/php-4.2.3'
make: *** [all-recursive] Error 1

see also Bug #15776 imap compile failure


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-19 20:20 UTC] kalowsky@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. 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

Thank you for your interest in PHP.

Your problem is in your c-client compile not PHP.  Talk to c-client people..
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Mar 17 18:00:02 2026 UTC