AC on non-x86/ppc architectures?
#21
(02 Sep 12, 02:05AM)Iguana Wrote:
Libraries have been installed in:
   /usr/local/lib
(02 Sep 12, 05:09AM)Iguana Wrote: .//bin_unix/native_server: error while loading shared libraries: libenet.so.1: cannot open shared object file: No such file or directory

Either add /usr/local/lib to your LD_PATH, or do something along the lines of ln -s /usr/local/lib/libenet.so.1.0.0 /usr/lib/libenet.so.1


(02 Sep 12, 05:09AM)Iguana Wrote: root@raspberrypi:/home/pi/AC_1104# sh ./raspi_ACserver.sh
./raspi_ACserver.sh: 1: exec: >>/<<bin_unix/native_server: not found
There's the problem, I guess.
Thanks given by:


Messages In This Thread
AC on non-x86/ppc architectures? - by Iguana - 31 Aug 12, 03:16AM
RE: AC on non-x86/ppc architectures? - by Jg99 - 31 Aug 12, 01:35PM
RE: AC on non-x86/ppc architectures? - by tempest - 02 Sep 12, 06:55PM
RE: AC on non-x86/ppc architectures? - by Jg99 - 02 Sep 12, 03:37AM