<br><font size=2 face="sans-serif">Strangely enough I haven't run into
any issues trying to compile nxssh - what you could do is try and compile
the openssh sources and see if you get the same/similar errros. You might
be missing some development libraries for crypto or ssl.</font>
<br>
<br><font size=2 face="sans-serif">Are you sure that ./configure doesn't
throw any warnings that look suspicious - there are times when openssh
will not compile cause util.h won't compile (I can't remember the exact
error off the top of my head) but do a 'make clean' and run './configure'
again to see if there are any warnings that it spits out which might be
preventing you from completing a successful build.</font>
<br>
<br><font size=2 face="sans-serif">Regards,<br>
Vishnu.</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Adriano Frare <alfrare@e-alinux.com></b>
</font>
<p><font size=1 face="sans-serif">09/01/2005 06:50 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
alfrare@e-alinux.com; Please respond to<br>
User Support for FreeNX Server and kNX Client <freenx-knx@kde.org></font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">User Support for FreeNX Server and kNX
Client <freenx-knx@kde.org>, Vishnu.Mohan@tsysprepaid.com</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: [FreeNX-kNX] ERROR - Compile NXLIBS
1.4 to SUSE PowerPC</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Daet Mohan,<br>
<br>
I do it and work now. I solved yestarday.<br>
<br>
Now. I am with other problem on nxssh.<br>
<br>
when I compile , I rhave received follow mmessages<br>
<br>
<br>
======= BEGIN ======================<br>
<br>
<br>
afrare@LoPdev:~/nx/nxssh> make<br>
(cd openbsd-compat && make)<br>
make[1]: Entering directory `/home/afrare/nx/nxssh/openbsd-compat'<br>
make[1]: Nothing to be done for `all'.<br>
make[1]: Leaving directory `/home/afrare/nx/nxssh/openbsd-compat'<br>
gcc -o nxssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o <br>
readconf.o clientloop.o -L. -Lopenbsd-compat/  -lssh -lopenbsd-compat
<br>
-lutil -lz -lnsl  -lcrypto -lcrypt<br>
/usr/local/lib/libcrypto.a(dso_dlfcn.o)(.text+0x378): In function <br>
`dlfcn_bind_func':<br>
: undefined reference to `dlsym'<br>
/usr/local/lib/libcrypto.a(dso_dlfcn.o)(.text+0x3b8): In function <br>
`dlfcn_bind_func':<br>
: undefined reference to `dlerror'<br>
/usr/local/lib/libcrypto.a(dso_dlfcn.o)(.text+0x4b4): In function <br>
`dlfcn_bind_var':<br>
: undefined reference to `dlsym'<br>
/usr/local/lib/libcrypto.a(dso_dlfcn.o)(.text+0x51c): In function <br>
`dlfcn_bind_var':<br>
: undefined reference to `dlerror'<br>
/usr/local/lib/libcrypto.a(dso_dlfcn.o)(.text+0x5b4): In function <br>
`dlfcn_unload':<br>
: undefined reference to `dlclose'<br>
/usr/local/lib/libcrypto.a(dso_dlfcn.o)(.text+0x654): In function <br>
`dlfcn_load':<br>
: undefined reference to `dlopen'<br>
/usr/local/lib/libcrypto.a(dso_dlfcn.o)(.text+0x70c): In function <br>
`dlfcn_load':<br>
: undefined reference to `dlerror'<br>
/usr/local/lib/libcrypto.a(dso_dlfcn.o)(.text+0x73c): In function <br>
`dlfcn_load':<br>
: undefined reference to `dlclose'<br>
collect2: ld returned 1 exit status<br>
make: *** [nxssh] Error 1<br>
<br>
============================================================================<br>
<br>
<br>
Thanks again for your help.<br>
<br>
Adriano<br>
Vishnu.Mohan@tsysprepaid.com wrote:<br>
> <br>
> Adriano,<br>
> <br>
> For some reason the autoconf scripts fail to turn on Postition <br>
> Independent Code generation on the POWER platform<br>
> <br>
> You need to edit the toplevel Makefile and add the -fPIC flag to <br>
> CXXFLAGS and CCFLAGS so that they look like this<br>
> <br>
> CXXFLAGS = -O3 -fPIC -I../nx-X11/exports/include -Wno-deprecated <br>
> -DIN_ADDR_T=<br>
> in_addr_t -DVERSION=\"1.5.0\" -I/usr/X11R6/include -DPACKAGE_NAME=\"\"
<br>
> -DPACKAG<br>
> E_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
<br>
> -DPACKAGE_BUGREPORT=<br>
> \"\" \<br>
> -Wall -Wpointer-arith<br>
> <br>
> CCFLAGS = -fPIC -I/usr/X11R6/include -DPACKAGE_NAME=\"\"
-DPACKAGE_TARNAME=<br>
> \"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
-DPACKAGE_BUGREPORT=\"\" \<br>
> -Wall -Wpointer-arith<br>
> <br>
> Likewise if you  are also trying to compile ncompext you will
have to <br>
> pass the -fPIC option to CXXFLAGS again as such<br>
> <br>
> CXXFLAGS = -O3 -fPIC -DVERSION=\"1.5.0\" -I/usr/X11R6/include
<br>
> -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
<br>
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-D__USE_MALLOC \<br>
> -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \<br>
> -Wmissing-declarations -Wnested-externs<br>
> <br>
> I recently managed to port the NoMachine OSS Components to the POWER
<br>
> platform, more specifically an IBM OpenPower 720 running Suse and
an IBM <br>
> JS20 running Gentoo/PPC64. The performance on the OpenPower is just
<br>
> fantastic!<br>
> <br>
> Hope this helps,<br>
> Vishnu.<br>
> <br>
> <br>
> ------------------------------------------------------------------------<br>
> <br>
> _______________________________________________<br>
> FreeNX-kNX mailing list<br>
> FreeNX-kNX@kde.org<br>
> https://mail.kde.org/mailman/listinfo/freenx-knx<br>
_______________________________________________<br>
FreeNX-kNX mailing list<br>
FreeNX-kNX@kde.org<br>
https://mail.kde.org/mailman/listinfo/freenx-knx<br>
</tt></font>
<br>