Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

Commented Unassigned: Issue while installing on linux (Centos) [86]

$
0
0
I tried installing on ubunto and centos....but issue occurred when i execute make command (step 8) as mentioned in documentation....https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20Linux&referringTitle=Documentation

I have installed following libraries on centos-
yum install libxml2-devel
yum install boost-devel
yum install openssl-devel

[root@ip-XXX-XXX-XXX-XXX Release]# make all
make debug
make[1]: Entering directory `/root/Cpp-REST-SDK/casablanca/Release'
mkdir -p /root/Cpp-REST-SDK/casablanca/Release/../Binaries/Debug64
make -C src
Package libxml++-2.6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml++-2.6.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml++-2.6' found
make[2]: Entering directory `/root/Cpp-REST-SDK/casablanca/Release/src'
Compiling streams/linux/fileio_linux.cpp -> streams/linux/fileio_linux.Debug64.o
make[2]: g++-4.8: Command not found
make[2]: *** [streams/linux/fileio_linux.Debug64.o] Error 127
make[2]: Leaving directory `/root/Cpp-REST-SDK/casablanca/Release/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/root/Cpp-REST-SDK/casablanca/Release'
make: *** [all] Error 2

Details while installing on centos as follows -
after executing 'uname -a command details as follows
Linux ip-XXX-XXX-XXX-XXX.ip.secureserver.net 2.6.18-028stab107.1 #1 SMP Wed Apr 17 19:10:55 MSD 2013 x86_64 x86_64 x86_64 GNU/Linux


Please give some help...
Comments: Hi again, Your problem now is that you do not have Boost 1.48. Please follow the steps listed in this issue to resolve the problem: [Workitem 84](https://casablanca.codeplex.com/workitem/84)

Viewing all articles
Browse latest Browse all 4845

Trending Articles