Hi,
i want to Compile linknx(0.0.1.25) with mysql support for OpenWRT Kamikaze. After i compiled all needed packages as described in the wiki i got following error massage while compiling linknx:
/home/porli/openwrt/staging_dir_mipsel/bin/../lib/gcc/mipsel-linux-uclibc/3.4.6/../../../../mipsel-linux-uclibc/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make[6]: *** [linknx] Fehler 1
Im using OpenWrt-SDK-brcm-2.4-for-Linux-i686. I spend a lot of hours to fix it...but no success. hope you can help a linux rookie!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This error message says that the compiler doesn't find the dynamic library called libssl.so, but to find out which part of linknx is using it I need the complete configure/make output. Perhaps it's libcurl or libesmtp that is compiled with SSL support, or mysql itself. (linknx doesn't use libssl itself, but some libraries used by linknx can use it if they are compiled with SSL support enabled)
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jean-François,
i give up to compile linknx by myself.
I hope you release someday a compiled version with mysql support for wrt54g.
Why I need it? I want to control and evaluate the energy consumption of my home.
Thx
Someday...;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i want to Compile linknx(0.0.1.25) with mysql support for OpenWRT Kamikaze. After i compiled all needed packages as described in the wiki i got following error massage while compiling linknx:
/home/porli/openwrt/staging_dir_mipsel/bin/../lib/gcc/mipsel-linux-uclibc/3.4.6/../../../../mipsel-linux-uclibc/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make[6]: *** [linknx] Fehler 1
Im using OpenWrt-SDK-brcm-2.4-for-Linux-i686. I spend a lot of hours to fix it...but no success. hope you can help a linux rookie!
Hi,
This error message says that the compiler doesn't find the dynamic library called libssl.so, but to find out which part of linknx is using it I need the complete configure/make output. Perhaps it's libcurl or libesmtp that is compiled with SSL support, or mysql itself. (linknx doesn't use libssl itself, but some libraries used by linknx can use it if they are compiled with SSL support enabled)
Regards,
Jean-François
Hi Jean-François,
i give up to compile linknx by myself.
I hope you release someday a compiled version with mysql support for wrt54g.
Why I need it? I want to control and evaluate the energy consumption of my home.
Thx
Someday...;-)