[cups.general] compilation issue of CUPS in AIX5.3

Silvio Ferreira Mendes mendes.silvio at ig.com.br
Mon Jun 23 05:41:12 PDT 2008


First try to start manually,   /usr/sbin/cupsd   , when it start the port
631 needs to be opened.

Bye,

Silvio.

2008/6/23, nivi <rnivi26 at yahoo.com>:
>
>
> hi,
>
> I got cups installed in AIX.
> without any error. i just included _httpBIOMethods which i removed from
> libcups_s.exp. then contd with make and make install.
> it did not give any error. and i can see cups in etc folder.
>
> anybody has any idea how to start cups. init.d is not present in /etc
> directory. how to start cups in AIX.
>
> Thanks for the support.
>
>
>
> > Thanks for the reply/...
> >
> > I installed g++. now it continued further more.
> > but the same error occured.
> >
> > ld: 0711-319 WARNING: Exported symbol not defined: _httpBIOMethods
> >
> > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> >  information.
> >  collect2: ld returned 8 exit status
> >  make: 1254-004 The error code from the last command is 1.
> >
> >  Stop.
> >  make: 1254-004 The error code from the last command is 1.
> >  Stop.
> >
> > removed _httpBIOMethods line from the file.
> >
> > but still no use.
> > How to solve this error...
> >
> > Thanks,
> >
> >
> > > ------=_Part_19271_4382555.1214054569306
> > > Content-Type: text/plain; charset=ISO-8859-1
> > > Content-Transfer-Encoding: 7bit
> > > Content-Disposition: inline
> > >
> > > Please, the official site is http://gcc.gnu.org/
> > >
> > > In Download there is information to AIX
> > >
> > >
> > > Bye,
> > >
> > > Silvio.
> > >
> > > 2008/6/21, nivi <rnivi26 at yahoo.com>:
> > > >
> > > >
> > > > Hi i solved this problem.....
> > > >
> > > > I installed openssl, and removed _httpBIOMethods line but of no use.
> > > > i removed -fstck protector line in Makedefs file. and gave
> ./configure. tat
> > > > was the mistake.. after removing should give
> > > > make command.
> > > >
> > > > now it got compiled few more and again has given error.
> > > >
> > > > g++ not found.
> > > >
> > > > Installed libstdc++ but still giving error.
> > > >
> > > > Anybody has any idea where g++ is available for download......
> > > >
> > > > Thanks,
> > > >
> > > >
> > > > > Hi,,
> > > > > I could see the same errorcups.bugs. but i tried removing the
> > > > _httpBIOMethods line and also installed OpenSSL still I am getting
> the
> > > > error.....
> > > > >
> > > > > Please help me.
> > > > >
> > > > > Thanks,
> > > > >
> > > > >
> > > > > > I could not find -fstack protector in Makedefs file... or my gcc
> > > > installed in AIX5.3 is the latest one 4.2.0 available in
> > > > > >
> http://www-03.ibm.com/systems/p/os/aix/linux/toolbox/download.html
> > > > > >
> > > > > > Please help me with any other solution.
> > > > > >
> > > > > > thanks in advance,
> > > > > >
> > > > > >
> > > > > > > This below issue was solved by installing the library libm from
> > > > installation CD.
> > > > > > >
> > > > > > > but again I am getting some other errors as below. please help
> me to
> > > > solve this problem.
> > > > > > >
> > > > > > > after giving ./configure, gave "make"
> > > > > > > was compiling...
> > > > > > > .....
> > > > > > > compiling util.c...
> > > > > > > Creating libcups_s.a...
> > > > > > > ld: 0711-319 WARNING: Exported symbol not defined:
> _httpBIOMethods
> > > > > > > ld: 0711-317 ERROR: Undefined symbol: __stack_chk_guard
> > > > > > > ld: 0711-317 ERROR: Undefined symbol: .__stack_chk_fail
> > > > > > > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain
> more
> > > > information.
> > > > > > > collect2: ld returned 8 exit status
> > > > > > > make: 1254-004 The error code from the last command is 1.
> > > > > > >
> > > > > > > Stop.
> > > > > > >
> > > > > > > make: 1254-004 The error code from the last command is 1.
> > > > > > > Stop.
> > > > > > >
> > > > > > >
> > > > > > > I could not find a solution for this error. Please help me
> solving
> > > > it.
> > > > > > >
> > > > > > > Thanks in advance.
> > > > > > > Any help is appreciated.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > > hi,
> > > > > > > >
> > > > > > > > It is mentioned that , this library is in installation CD.
> but i
> > > > dont have installation CD. Is there nay other way to solve the
> problem.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > >
> > > > > > > >
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > I downloaded cups-1.3.7 and while installing it I am
> getting
> > > > errors.
> > > > > > > > > I gave
> > > > > > > > > CFLAGS="-I/usr/bin"\
> > > > > > > > > CPPFLAGS="-I/usr/bin"\
> > > > > > > > > CXXFLAGS="-I/usr/bin"\
> > > > > > > > > DSOFLAGS="-L/usr/lib"\
> > > > > > > > > LDFLAGS="-L/usr/lib"\
> > > > > > > > > ./configure
> > > > > > > > >
> > > > > > > > > gcc,gettext,ghoshtscript is present in usr/bin and
> > > > jpeg,libpng,tiff and zlib are present in /usr/lib...
> > > > > > > > >
> > > > > > > > > configuration was successful........
> > > > > > > > >
> > > > > > > > > but when i gave make command, compilations was happening
> and
> > > > suddenly the following error was thrown..
> > > > > > > > >
> > > > > > > > > creating libcups_s.a
> > > > > > > > > collect2: library libm not found
> > > > > > > > > make: 1254-004 The error code for the last command is 1.
> > > > > > > > > stop.
> > > > > > > > > make: 1254-004 The error code for the last command is 1.
> > > > > > > > > stop.
> > > > > > > > >
> > > > > > > > > What is missing here??
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > > > _______________________________________________
> > > > cups mailing list
> > > > cups at easysw.com
> > > > http://lists.easysw.com/mailman/listinfo/cups
> > > >
> > >
> > > ------=_Part_19271_4382555.1214054569306
> > > Content-Type: text/html; charset=ISO-8859-1
> > > Content-Transfer-Encoding: 7bit
> > > Content-Disposition: inline
> > >
> > > Please, the official site is <a href="http://gcc.gnu.org/">
> http://gcc.gnu.org/</a><br><br>In Download there is information to
> AIX<br><br><br>Bye,<br><br>Silvio.<br><br><div><span
> class="gmail_quote">2008/6/21, nivi <<a href="mailto:rnivi26 at yahoo.com">
> rnivi26 at yahoo.com</a>>:</span><blockquote class="gmail_quote"
> style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex;
> padding-left: 1ex;">
> > > <br> Hi i solved this problem.....<br> <br> I installed openssl, and
> removed _httpBIOMethods line but of no use.<br> i removed -fstck protector
> line in Makedefs file. and gave ./configure. tat was the mistake.. after
> removing should give<br>
> > >  make command.<br> <br> now it got compiled few more and again has
> given error.<br> <br> g++ not found.<br> <br> Installed libstdc++ but still
> giving error.<br> <br> Anybody has any idea where g++ is available for
> download......<br>
> > >  <br> Thanks,<br> <br><br> > Hi,,<br> > I could see the same
> errorcups.bugs. but i tried removing the _httpBIOMethods line and also
> installed OpenSSL still I am getting the error.....<br> ><br> > Please help
> me.<br>
> > >  ><br> > Thanks,<br> ><br> ><br> > > I could not find -fstack protector
> in Makedefs file... or my gcc installed in AIX5.3 is the latest one 4.2.0
> available in<br> > > <a href="
> http://www-03.ibm.com/systems/p/os/aix/linux/toolbox/download.html">
> http://www-03.ibm.com/systems/p/os/aix/linux/toolbox/download.html</a><br>
> > >  > ><br> > > Please help me with any other solution.<br> > ><br> > >
> thanks in advance,<br> > ><br> > ><br> > > > This below issue was solved by
> installing the library libm from installation CD.<br>
> > >  > > ><br> > > > but again I am getting some other errors as below.
> please help me to solve this problem.<br> > > ><br> > > > after giving
> ./configure, gave "make"<br> > > > was compiling...<br>
> > >  > > > .....<br> > > > compiling util.c...<br> > > > Creating
> libcups_s.a...<br> > > > ld: 0711-319 WARNING: Exported symbol not defined:
> _httpBIOMethods<br> > > > ld: 0711-317 ERROR: Undefined symbol:
> __stack_chk_guard<br>
> > >  > > > ld: 0711-317 ERROR: Undefined symbol: .__stack_chk_fail<br> > >
> > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.<br> > > > collect2: ld returned 8 exit status<br>
> > >  > > > make: 1254-004 The error code from the last command is 1.<br> >
> > ><br> > > > Stop.<br> > > ><br> > > > make: 1254-004 The error code from
> the last command is 1.<br> > > > Stop.<br>
> > >  > > ><br> > > ><br> > > > I could not find a solution for this error.
> Please help me solving it.<br> > > ><br> > > > Thanks in advance.<br> > > >
> Any help is appreciated.<br>
> > >  > > ><br> > > ><br> > > ><br> > > ><br> > > ><br> > > > > hi,<br> > >
> > ><br> > > > > It is mentioned that , this library is in installation CD.
> but i dont have installation CD. Is there nay other way to solve the
> problem.<br>
> > >  > > > ><br> > > > > Thanks,<br> > > > ><br> > > > ><br> > > > > >
> Hi,<br> > > > > ><br> > > > > > I downloaded cups-1.3.7 and while installing
> it I am getting errors.<br>
> > >  > > > > > I gave<br> > > > > > CFLAGS="-I/usr/bin"\<br> > > > > >
> CPPFLAGS="-I/usr/bin"\<br> > > > > > CXXFLAGS="-I/usr/bin"\<br> > > > > >
> DSOFLAGS="-L/usr/lib"\<br>
> > >  > > > > > LDFLAGS="-L/usr/lib"\<br> > > > > > ./configure<br> > > > >
> ><br> > > > > > gcc,gettext,ghoshtscript is present in usr/bin and
> jpeg,libpng,tiff and zlib are present in /usr/lib...<br>
> > >  > > > > ><br> > > > > > configuration was successful........<br> > > >
> > ><br> > > > > > but when i gave make command, compilations was happening
> and suddenly the following error was thrown..<br>
> > >  > > > > ><br> > > > > > creating libcups_s.a<br> > > > > > collect2:
> library libm not found<br> > > > > > make: 1254-004 The error code for the
> last command is 1.<br>
> > >  > > > > > stop.<br> > > > > > make: 1254-004 The error code for the
> last command is 1.<br> > > > > > stop.<br> > > > > ><br> > > > > > What is
> missing here??<br>
> > >  > > > > ><br> > > > > > Thanks,<br> > > > > ><br> > > > ><br> > >
> ><br> > ><br> ><br> <br> _______________________________________________<br>
> cups mailing list<br>
> > >  <a href="mailto:cups at easysw.com">cups at easysw.com</a><br> <a href="
> http://lists.easysw.com/mailman/listinfo/cups">
> http://lists.easysw.com/mailman/listinfo/cups</a><br>
> </blockquote></div><br>
> > >
> > > ------=_Part_19271_4382555.1214054569306--
> > >
> >
>
> _______________________________________________
> cups mailing list
> cups at easysw.com
> http://lists.easysw.com/mailman/listinfo/cups
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cups.org/pipermail/cups/attachments/20080623/efa993bd/attachment-0001.html>


More information about the cups mailing list