Hello all,
Before asking my question I did a search of the forum and followed this page:
https://github.com/EQEmu/Server/wiki/Linux-server-setup
This list my current error:
Code:
If you get errors about Could NOT find PerlLibs (missing: PERL_LIBRARY), then try running cmake . -DPERL_LIBRARY=`locate -n 1 libperl.so`
So I followed that step and I am still getting the following:
Code:
-- Found Perl: /usr/bin/perl (found version "5.18.4")
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
Could NOT find PerlLibs (missing: PERL_INCLUDE_PATH) (found version
"5.18.4")
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindPerlLibs.cmake:256 (find_package_handle_standard_args)
CMakeLists.txt:308 (FIND_PACKAGE)
Not sure if the following is relevant, but everything else checks out okay!
Code:
[scollins@localhost eqemu]$ cmake . -DPERL_LIBRARY=`locate -n 1 libperl.so`
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
-- Found MySQL: /usr/lib64/mysql/libmysqlclient_r.so
I am using Fedora 21, Workstation. (I most likely should be running "server" but figured it didn't matter) Oh, this is also running inside of VMWare, if that makes any difference.