Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.22
-
None
-
RHEL6
Description
Running mkdir BLD; cd BLD; cmake ..
– Could NOT find PerlLibs (missing: PERL_LIBRARY PERL_INCLUDE_PATH)
– Configuring incomplete, errors occurred!
should it autodetect this (automake does)? If then run:
cmake .. -DPERL_LIBRARY=/usr/lib64/perl5/CORE/libperl.so -DPERL_INCLUDE_PATH=/usr/lib64/perl5
errors with:
– Found Perl: /usr/bin/perl
– Found PerlLibs: /usr/lib64/perl5/CORE/libperl.so
CMake Error at bindings/CMakeLists.txt:62 (string):
string sub-command REPLACE requires four arguments.
CMake Error at bindings/qpid/perl/CMakeLists.txt:38 (install):
install FILES given no DESTINATION!
– Configuring incomplete, errors occurred!
Attachments
Attachments
Issue Links
- relates to
-
QPID-4828 qpid-cpp-0.22-rc3 RHEL5 cmake issues
- Open
-
PROTON-329 Centos 6.4 build failure: Could NOT find PerlLibs
- Closed