Make sure you have db_devel and berkeley packages installed prior to doing
./configure


> Send LUG mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://kym.net/mailman/listinfo/lug
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of LUG digest..."
>
>
> Today's Topics:
>
>    1. Re: PHP help (Noah K Sematimba)
>    2. Re: PHP help (joseph mpora)
>    3. Re: PHP help (andrew colin)
>    4. Re: PHP help (Ernest, B.M (AfriNIC - ZA))
>    5. Re: PHP help (Evelyn Namara)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 30 Oct 2006 15:31:04 +0300
> From: Noah K Sematimba <[EMAIL PROTECTED]>
> Subject: Re: [LUG] PHP help
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain;  charset="utf-8"
>
> On Monday 30 October 2006 14:17, Evelyn Namara wrote:
>
>> i have iconv and libiconv installed though,
>> so am still wondering what the problem is.
>
> But do you have the development versions of the iconv package? Also you
> need
> to check that it is in a location where the configure script for PHP can
> find
> it. Look at your LD_LIBRARY_PATH and other environment variiables or put
> specific switches to configure to tell it where to find the iconv
> libraries.
>
> Noah.
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 30 Oct 2006 14:56:56 +0300
> From: "joseph mpora" <[EMAIL PROTECTED]>
> Subject: Re: [LUG] PHP help
> To: "Linux Users Group Uganda" <[email protected]>
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Evelyn,
>
> Try and get a binary (.rpm, .deb) package, it will be easier to track down
> missing packages.
>
> Please post the name of your distro.
>
> Cheers,
> Joseph Mpora
>
> On 10/30/06, Evelyn Namara <[EMAIL PROTECTED]> wrote:
>>
>> hullo guys,
>> am trying to compile PHP 5 on some machine, which already
>> has php4 but there is some software i need to install that specifically
>> requires
>> PHP5,
>>
>> so when i do;
>> ./configure
>> make
>> ....
>> -lm -lcrypt  -o sapi/cgi/php
>> ext/iconv/iconv.o: In function `_php_iconv_appendl':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:254: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:291: undefined reference to
>> `libiconv'
>> ext/iconv/iconv.o: In function `php_iconv_string':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:347: undefined reference to
>> `libiconv_open'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:356: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:369: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:380: undefined reference to
>> `libiconv_close'
>> ext/iconv/iconv.o: In function `_php_iconv_strlen':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:505: undefined reference to
>> `libiconv_open'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:562: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:528: undefined reference to
>> `libiconv'
>> ext/iconv/iconv.o: In function `_php_iconv_strpos':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:747: undefined reference to
>> `libiconv_open'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:886: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:772: undefined reference to
>> `libiconv'
>> ext/iconv/iconv.o: In function `_php_iconv_mime_decode':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1247: undefined reference to
>> `libiconv_open'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1716: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1719: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1358: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1361: undefined reference to
>> `libiconv_open'
>> ext/iconv/iconv.o: In function `php_iconv_stream_filter_dtor':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:2307: undefined reference to
>> `libiconv_close'
>> ext/iconv/iconv.o: In function `php_iconv_stream_filter_append_bucket':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:2379: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:2457: undefined reference to
>> `libiconv'
>> ext/iconv/iconv.o: In function `php_iconv_stream_filter_ctor':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:2333: undefined reference to
>> `libiconv_open'
>> ext/iconv/iconv.o: In function `zif_iconv_substr':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:618: undefined reference to
>> `libiconv_open'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:698: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:702: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:641: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:649: undefined reference to
>> `libiconv_open'
>> ext/iconv/iconv.o: In function `zif_iconv_mime_encode':
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:936: undefined reference to
>> `libiconv_open'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:950: undefined reference to
>> `libiconv_open'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1209: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1212: undefined reference to
>> `libiconv_close'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1021: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1053: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1069: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1196: undefined reference to
>> `libiconv'
>> /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1121: undefined reference to
>> `libiconv'
>> ext/iconv/iconv.o:/usr/local/src/php-5.1.6/ext/iconv/iconv.c:1152: more
>> undefined references to `libiconv' follow
>> collect2: ld returned 1 exit status
>> make: *** [sapi/cgi/php] Error 1
>>
>> what could be the problem?
>> i started that from the middile...
>>
>> Anyone who knows what i should do to get this error sorted out should
>> help
>> me out.
>>
>> Regards,
>> Evelyn Namara
>> Linux Solutions.
>>
>>
>>
>> _______________________________________________
>> LUG mailing list
>> [email protected]
>> http://kym.net/mailman/listinfo/lug
>> %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
>>
>> The above comments and data are owned by whoever posted them (including
>> attachments if any). The List's Host is not responsible for them in any
>> way.
>> ---------------------------------------
>>
>>
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://orion.kym.net/pipermail/lug/attachments/20061030/d6ee2b9f/attachment.html
>
> ------------------------------
>
> Message: 3
> Date: Mon, 30 Oct 2006 15:15:57 +0200
> From: "andrew colin" <[EMAIL PROTECTED]>
> Subject: Re: [LUG] PHP help
> To: "Linux Users Group Uganda" <[email protected]>
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Question is are you actually going to do character set conversions in
> your php scripts ?
>
> On 10/30/06, joseph mpora <[EMAIL PROTECTED]> wrote:
>> Evelyn,
>>
>> Try and get a binary (.rpm, .deb) package, it will be easier to track
>> down
>> missing packages.
>>
>> Please post the name of your distro.
>>
>> Cheers,
>> Joseph Mpora
>>
>>
>> On 10/30/06, Evelyn Namara <[EMAIL PROTECTED]> wrote:
>> >
>> > hullo guys,
>> > am trying to compile PHP 5 on some machine, which already
>> > has php4 but there is some software i need to install that
>> specifically
>> requires
>> > PHP5,
>> >
>> > so when i do;
>> > ./configure
>> > make
>> > ....
>> > -lm -lcrypt  -o sapi/cgi/php
>> > ext/iconv/iconv.o: In function `_php_iconv_appendl':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:254: undefined reference to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:291: undefined reference to
>> `libiconv'
>> > ext/iconv/iconv.o: In function `php_iconv_string':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:347: undefined reference to
>> `libiconv_open'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:356: undefined reference to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:369: undefined reference to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:380: undefined reference to
>> `libiconv_close'
>> > ext/iconv/iconv.o: In function `_php_iconv_strlen':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:505: undefined reference to
>> `libiconv_open'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:562: undefined reference to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:528: undefined reference to
>> `libiconv'
>> > ext/iconv/iconv.o: In function `_php_iconv_strpos':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:747: undefined reference to
>> `libiconv_open'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:886: undefined reference to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:772: undefined reference to
>> `libiconv'
>> > ext/iconv/iconv.o: In function `_php_iconv_mime_decode':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1247: undefined reference
>> to
>> `libiconv_open'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1716: undefined reference
>> to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1719: undefined reference
>> to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1358: undefined reference
>> to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1361: undefined reference
>> to
>> `libiconv_open'
>> > ext/iconv/iconv.o: In function `php_iconv_stream_filter_dtor':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:2307: undefined reference
>> to
>> `libiconv_close'
>> > ext/iconv/iconv.o: In function
>> `php_iconv_stream_filter_append_bucket':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:2379: undefined reference
>> to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:2457: undefined reference
>> to
>> `libiconv'
>> > ext/iconv/iconv.o: In function `php_iconv_stream_filter_ctor':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:2333: undefined reference
>> to
>> `libiconv_open'
>> > ext/iconv/iconv.o: In function `zif_iconv_substr':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:618: undefined reference to
>> `libiconv_open'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:698: undefined reference to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:702: undefined reference to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:641: undefined reference to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:649: undefined reference to
>> `libiconv_open'
>> > ext/iconv/iconv.o: In function `zif_iconv_mime_encode':
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:936: undefined reference to
>> `libiconv_open'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:950: undefined reference to
>> `libiconv_open'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1209: undefined reference
>> to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1212: undefined reference
>> to
>> `libiconv_close'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1021: undefined reference
>> to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1053: undefined reference
>> to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1069: undefined reference
>> to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1196: undefined reference
>> to
>> `libiconv'
>> > /usr/local/src/php-5.1.6/ext/iconv/iconv.c:1121: undefined reference
>> to
>> `libiconv'
>> >
>> ext/iconv/iconv.o:/usr/local/src/php-5.1.6/ext/iconv/iconv.c:1152:
>> more undefined references to `libiconv' follow
>> > collect2: ld returned 1 exit status
>> > make: *** [sapi/cgi/php] Error 1
>> >
>> > what could be the problem?
>> > i started that from the middile...
>> >
>> > Anyone who knows what i should do to get this error sorted out should
>> help
>> me out.
>> >
>> > Regards,
>> > Evelyn Namara
>> > Linux Solutions.
>> >
>> >
>> >
>> > _______________________________________________
>> > LUG mailing list
>> > [email protected]
>> > http://kym.net/mailman/listinfo/lug
>> > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
>> >
>> > The above comments and data are owned by whoever posted them
>> (including
>> attachments if any). The List's Host is not responsible for them in any
>> way.
>> > ---------------------------------------
>> >
>> >
>> >
>> >
>>
>>
>> _______________________________________________
>> LUG mailing list
>> [email protected]
>> http://kym.net/mailman/listinfo/lug
>> %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
>>
>> The above comments and data are owned by whoever posted them (including
>> attachments if any). The List's Host is not responsible for them in any
>> way.
>> ---------------------------------------
>>
>>
>>
>>
>
>
> --
> AC KISSA
> B.Sc Info Tech
> RHCE (804005213917312) | LPIC-1 | LPIC-2 (LPI000074540)
>
> To follow the path, look to the master, follow the master, walk with
> the master, see through the master, become the master. (zen)
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 30 Oct 2006 15:23:51 +0200
> From: "Ernest, B.M (AfriNIC - ZA)" <[EMAIL PROTECTED]>
> Subject: Re: [LUG] PHP help
> To: Linux Users Group Uganda <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=UTF-8
>
>>> i have iconv and libiconv installed though,
>>> so am still wondering what the problem is.
>
> you need to find where libiconv is installed. One of the following is
> possible:
>
> /usr/lib
> /usr/local/lib
>
> or wherever it is, try to add that directory to /etc/ld.so.conf
>
> after that, run "ldconfig" (this updates links to the shared libs)
>
> rgds,
> ernest.
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 30 Oct 2006 17:21:45 +0300
> From: "Evelyn Namara" <[EMAIL PROTECTED]>
> Subject: Re: [LUG] PHP help
> To: [EMAIL PROTECTED]
> Cc: [email protected]
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all,
> am running suse 10.0,
> but i have decided to use XAMMP, which has php5 already,
> so it has sorted me out for now.
>
> i have my software installed, up and running,
>
> Thanx everyone.
>
> On 10/30/06, Mark Tinka <[EMAIL PROTECTED]> wrote:
>>
>> On Monday 30 October 2006 13:17, Evelyn Namara wrote:
>>
>> > Mark,
>> >
>> > yes i get errors from ./configure,
>> > check through my first mail, the errors point to
>> > libiconv...
>> >
>> > i have iconv and libiconv installed though,
>> > so am still wondering what the problem is.
>>
>> Check to see if you have the development packages for these
>> libraries installed. You need these for header (*.h) files that PHP
>> will use during compile time.
>>
>> I'm not sure whether development packages exist for your
>> distribution (which one is it?), but they should. My recent
>> experience with this library was on FreeBSD (ports), so that took
>> care of header files already.
>>
>> Hope this helps.
>>
>> Mark.
>>
>>
>>
>
>
> --
> Evelyn Namara
> Linux Solutions.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://orion.kym.net/pipermail/lug/attachments/20061030/9afbb5da/attachment.html
>
> ------------------------------
>
> _______________________________________________
> LUG mailing list
> [email protected]
> http://kym.net/mailman/listinfo/lug
>
>
> End of LUG Digest, Vol 26, Issue 22
> ***********************************
>


_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

The above comments and data are owned by whoever posted them (including 
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------

Reply via email to