Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2002 00:02:11 -0700
From:      "Justin Pywell" <jpywell@pywell.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   PHP 4.1.1 Error on Make after ./configure...
Message-ID:  <000801c195b6$e6f5f5f0$71cf3b8e@pywellrp3f6zcp>

index | next in thread | raw e-mail

[-- Attachment #1 --]
I am trying to update my PHP version from 4.0.6 to 4.1.1 I have tried installing 4.1.0 aswell and come accross the exact same error.

Part of code below:
Zend/.libs/libZend.al(jutils.o): In function `jdiv_round_up':
jutils.o(.text+0x0): multiple definition of `jdiv_round_up'
Zend/.libs/libZend.al(jutils.o)(.text+0x0): first defined here
Zend/.libs/libZend.al(jutils.o): In function `jround_up':
jutils.o(.text+0x14): multiple definition of `jround_up'
Zend/.libs/libZend.al(jutils.o)(.text+0x14): first defined here
Zend/.libs/libZend.al(jutils.o): In function `jcopy_sample_rows':
jutils.o(.text+0x34): multiple definition of `jcopy_sample_rows'
Zend/.libs/libZend.al(jutils.o)(.text+0x34): first defined here
Zend/.libs/libZend.al(jutils.o): In function `jcopy_block_row':
jutils.o(.text+0x84): multiple definition of `jcopy_block_row'
Zend/.libs/libZend.al(jutils.o)(.text+0x84): first defined here
Zend/.libs/libZend.al(jutils.o): In function `jzero_far':
jutils.o(.text+0xa4): multiple definition of `jzero_far'
Zend/.libs/libZend.al(jutils.o)(.text+0xa4): first defined here
Zend/.libs/libZend.al(jerror.o)(.rodata+0x0): multiple definition of `jpeg_std_message_table'
Zend/.libs/libZend.al(jerror.o)(.rodata+0x0): first defined here
Zend/.libs/libZend.al(jerror.o): In function `jpeg_std_error':
jerror.o(.text+0x17c): multiple definition of `jpeg_std_error'
Zend/.libs/libZend.al(jerror.o)(.text+0x17c): first defined here
Zend/.libs/libZend.al(jmemmgr.o): In function `jinit_memory_mgr':
jmemmgr.o(.text+0xc3c): multiple definition of `jinit_memory_mgr'
Zend/.libs/libZend.al(jmemmgr.o)(.text+0xc3c): first defined here
Zend/.libs/libZend.al(jmemnobs.o): In function `jpeg_get_small':
jmemnobs.o(.text+0x0): multiple definition of `jpeg_get_small'
Zend/.libs/libZend.al(jmemnobs.o)(.text+0x0): first defined here
Zend/.libs/libZend.al(jmemnobs.o): In function `jpeg_free_small':
jmemnobs.o(.text+0x14): multiple definition of `jpeg_free_small'
Zend/.libs/libZend.al(jmemnobs.o)(.text+0x14): first defined here
Zend/.libs/libZend.al(jmemnobs.o): In function `jpeg_get_large':
jmemnobs.o(.text+0x28): multiple definition of `jpeg_get_large'
Zend/.libs/libZend.al(jmemnobs.o)(.text+0x28): first defined here
Zend/.libs/libZend.al(jmemnobs.o): In function `jpeg_free_large':
jmemnobs.o(.text+0x3c): multiple definition of `jpeg_free_large'
Zend/.libs/libZend.al(jmemnobs.o)(.text+0x3c): first defined here
Zend/.libs/libZend.al(jmemnobs.o): In function `jpeg_mem_available':
jmemnobs.o(.text+0x50): multiple definition of `jpeg_mem_available'
Zend/.libs/libZend.al(jmemnobs.o)(.text+0x50): first defined here
Zend/.libs/libZend.al(jmemnobs.o): In function `jpeg_open_backing_store':
jmemnobs.o(.text+0x58): multiple definition of `jpeg_open_backing_store'
Zend/.libs/libZend.al(jmemnobs.o)(.text+0x58): first defined here
Zend/.libs/libZend.al(jmemnobs.o): In function `jpeg_mem_init':
jmemnobs.o(.text+0x78): multiple definition of `jpeg_mem_init'
Zend/.libs/libZend.al(jmemnobs.o)(.text+0x78): first defined here
Zend/.libs/libZend.al(jmemnobs.o): In function `jpeg_mem_term':
jmemnobs.o(.text+0x80): multiple definition of `jpeg_mem_term'
Zend/.libs/libZend.al(jmemnobs.o)(.text+0x80): first defined here
*** Error code 1

Stop in /usr/local/php/php-4.1.1.
*** Error code 1

Stop in /usr/local/php/php-4.1.1.
-----------------------------------------------------------------------------------------------------
This use to give me the LD error where I needed to install the libtiff.a, libttf.a, and a few others... however now that they are installed it gives the same error at the same place but does not give me any clue to what is happening.

Justin Pywell
jpywell@pywell.com


[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am trying to update my PHP version from 4.0.6 to 
4.1.1 I have tried installing 4.1.0 aswell and come accross the exact same 
error.<BR><BR>Part of code below:<BR>Zend/.libs/libZend.al(jutils.o): In 
function `jdiv_round_up':<BR>jutils.o(.text+0x0): multiple definition of 
`jdiv_round_up'<BR>Zend/.libs/libZend.al(jutils.o)(.text+0x0): first defined 
here<BR>Zend/.libs/libZend.al(jutils.o): In function 
`jround_up':<BR>jutils.o(.text+0x14): multiple definition of 
`jround_up'<BR>Zend/.libs/libZend.al(jutils.o)(.text+0x14): first defined 
here<BR>Zend/.libs/libZend.al(jutils.o): In function 
`jcopy_sample_rows':<BR>jutils.o(.text+0x34): multiple definition of 
`jcopy_sample_rows'<BR>Zend/.libs/libZend.al(jutils.o)(.text+0x34): first 
defined here<BR>Zend/.libs/libZend.al(jutils.o): In function 
`jcopy_block_row':<BR>jutils.o(.text+0x84): multiple definition of 
`jcopy_block_row'<BR>Zend/.libs/libZend.al(jutils.o)(.text+0x84): first defined 
here<BR>Zend/.libs/libZend.al(jutils.o): In function 
`jzero_far':<BR>jutils.o(.text+0xa4): multiple definition of 
`jzero_far'<BR>Zend/.libs/libZend.al(jutils.o)(.text+0xa4): first defined 
here<BR>Zend/.libs/libZend.al(jerror.o)(.rodata+0x0): multiple definition of 
`jpeg_std_message_table'<BR>Zend/.libs/libZend.al(jerror.o)(.rodata+0x0): first 
defined here<BR>Zend/.libs/libZend.al(jerror.o): In function 
`jpeg_std_error':<BR>jerror.o(.text+0x17c): multiple definition of 
`jpeg_std_error'<BR>Zend/.libs/libZend.al(jerror.o)(.text+0x17c): first defined 
here<BR>Zend/.libs/libZend.al(jmemmgr.o): In function 
`jinit_memory_mgr':<BR>jmemmgr.o(.text+0xc3c): multiple definition of 
`jinit_memory_mgr'<BR>Zend/.libs/libZend.al(jmemmgr.o)(.text+0xc3c): first 
defined here<BR>Zend/.libs/libZend.al(jmemnobs.o): In function 
`jpeg_get_small':<BR>jmemnobs.o(.text+0x0): multiple definition of 
`jpeg_get_small'<BR>Zend/.libs/libZend.al(jmemnobs.o)(.text+0x0): first defined 
here<BR>Zend/.libs/libZend.al(jmemnobs.o): In function 
`jpeg_free_small':<BR>jmemnobs.o(.text+0x14): multiple definition of 
`jpeg_free_small'<BR>Zend/.libs/libZend.al(jmemnobs.o)(.text+0x14): first 
defined here<BR>Zend/.libs/libZend.al(jmemnobs.o): In function 
`jpeg_get_large':<BR>jmemnobs.o(.text+0x28): multiple definition of 
`jpeg_get_large'<BR>Zend/.libs/libZend.al(jmemnobs.o)(.text+0x28): first defined 
here<BR>Zend/.libs/libZend.al(jmemnobs.o): In function 
`jpeg_free_large':<BR>jmemnobs.o(.text+0x3c): multiple definition of 
`jpeg_free_large'<BR>Zend/.libs/libZend.al(jmemnobs.o)(.text+0x3c): first 
defined here<BR>Zend/.libs/libZend.al(jmemnobs.o): In function 
`jpeg_mem_available':<BR>jmemnobs.o(.text+0x50): multiple definition of 
`jpeg_mem_available'<BR>Zend/.libs/libZend.al(jmemnobs.o)(.text+0x50): first 
defined here<BR>Zend/.libs/libZend.al(jmemnobs.o): In function 
`jpeg_open_backing_store':<BR>jmemnobs.o(.text+0x58): multiple definition of 
`jpeg_open_backing_store'<BR>Zend/.libs/libZend.al(jmemnobs.o)(.text+0x58): 
first defined here<BR>Zend/.libs/libZend.al(jmemnobs.o): In function 
`jpeg_mem_init':<BR>jmemnobs.o(.text+0x78): multiple definition of 
`jpeg_mem_init'<BR>Zend/.libs/libZend.al(jmemnobs.o)(.text+0x78): first defined 
here<BR>Zend/.libs/libZend.al(jmemnobs.o): In function 
`jpeg_mem_term':<BR>jmemnobs.o(.text+0x80): multiple definition of 
`jpeg_mem_term'<BR>Zend/.libs/libZend.al(jmemnobs.o)(.text+0x80): first defined 
here<BR>*** Error code 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in /usr/local/php/php-4.1.1.<BR>*** Error code 
1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in 
/usr/local/php/php-4.1.1.<BR>-----------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>This use to give me the LD error where I needed to 
install the libtiff.a, libttf.a, and a few others... however now that they are 
installed it gives the same error at the same place but does not give me any 
clue to what is happening.<BR><BR>Justin Pywell</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="mailto:jpywell@pywell.com">jpywell@pywell.com</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801c195b6$e6f5f5f0$71cf3b8e>