I had to stop all my stuff and take care of life for a while, but before i canceled my server contracts, i wrote down all the goodies to get passed the centos issues i had once and figured out. now im back, and have ran across a lua issue i didnt run into on centos6(running 7 now) and the EXPORT function worked, it sees lua, gets pretty far in the compiling then errors here
Code: Select all
ch_list.o dssearch-search.o dssearch-tcp_request.o -L/usr/local/lib -llua -L/us r/lib64/mysql -lmysqlclient -lpthread -lm -ldl -lzmq -ldl -lrt -lm
/usr/bin/ld: cannot find -llua
collect2: error: ld returned 1 exit status
make: *** [dssearch] Error 1
make: *** Waiting for unfinished jobs....
/usr/bin/ld: cannot find -llua
collect2: error: ld returned 1 exit status
make: *** [dsconnect] Error 1
/usr/bin/ld: cannot find -llua
collect2: error: ld returned 1 exit status
make: *** [dsgame] Error 1
not sure whats going on, why it sees lua waaay at the begining
Code: Select all
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LUA... yes
checking for ZMQ... yes
checking for mysql_config... /usr/bin/mysql_config
checking whether to enable assertions... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether g++ supports -Wno-unused-parameter... yes
checking whether g++ supports -Wno-pointer-sign... yes
checking whether g++ supports -Wno-switch... yes
checking for setrlimit... yes
checking for sqrt in -lm... yes
but not near the end.
any assistance would of course be appreciated, and if i find the solution before, like normal ill post it up for the future
(amd yes i still prefer centos over the rest)