Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Gazelle
Reply
  #1  
Old 10th March 2015, 22:05
Deimos Deimos is offline
Member
 
Join Date: Mar 2015
P2P
Posts: 13
Default Ocelot configure
Hello,
I have a problem when i'm trying to configure Ocelot.
I have this error:
HTML Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether C compiler accepts -std=c++11... yes
checking for boostlib >= 1.37... yes
checking whether the Boost::IOStreams library is available... yes
configure: error: Could not find a version of the library!
I don't understand why because i already have installed Libboost-all-dev...
Can someone help me ?
Thank in advance :)
Reply With Quote
  #2  
Old 10th March 2015, 22:10
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
what distro are you using ?
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
The Following User Says Thank You to DND For This Useful Post:
Deimos (10th March 2015)
  #3  
Old 10th March 2015, 22:13
Deimos Deimos is offline
Member
 
Join Date: Mar 2015
P2P
Posts: 13
Default
Quote:
Originally Posted by DND View Post
what distro are you using ?
I'm using Ubuntu 14.04 LTS.
Reply With Quote
  #4  
Old 10th March 2015, 22:16
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
did you install ?

libmysql++-dev libmysqld-dev libpng-dev libmcrypt-dev
libxml2-dev libev-dev
and
sudo apt-get install make g++ libbz2-dev libtcmalloc-minimal4
and also did you Create link for TCMalloc library file

sudo ln -s /usr/lib/libtcmalloc_minimal.so.4 /usr/lib/libtcmalloc.so

and the latest boost libraries from sourceforge ?
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 10th March 2015, 22:27
Deimos Deimos is offline
Member
 
Join Date: Mar 2015
P2P
Posts: 13
Default
Quote:
Originally Posted by DND View Post
did you install ?

libmysql++-dev libmysqld-dev libpng-dev libmcrypt-dev
libxml2-dev libev-dev
and
sudo apt-get install make g++ libbz2-dev libtcmalloc-minimal4
and also did you Create link for TCMalloc library file

sudo ln -s /usr/lib/libtcmalloc_minimal.so.4 /usr/lib/libtcmalloc.so

and the latest boost libraries from sourceforge ?
Yep, i have all of that...
Reply With Quote
  #6  
Old 10th March 2015, 22:29
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
and with the boost libraries ? you compile the source code from sourceforge.net ?
1.57.0 version ?
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #7  
Old 10th March 2015, 22:37
Deimos Deimos is offline
Member
 
Join Date: Mar 2015
P2P
Posts: 13
Default
Quote:
Originally Posted by DND View Post
and with the boost libraries ? you compile the source code from sourceforge.net ?
1.57.0 version ?
I'll retry the compilation.
Reply With Quote
  #8  
Old 11th March 2015, 15:33
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Tell me is your box 86bit or 64bit?
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #9  
Old 11th March 2015, 15:43
Deimos Deimos is offline
Member
 
Join Date: Mar 2015
P2P
Posts: 13
Default
Quote:
Originally Posted by firefly007 View Post
Tell me is your box 86bit or 64bit?
It's 64bit.
Reply With Quote
  #10  
Old 11th March 2015, 16:19
ArcticWolf ArcticWolf is offline
Senior Member
 
Join Date: Oct 2008
Posts: 41
Default
my .02 cents but checking on google people say you need to install boost-devel to do it..


To develop with the Boost libraries in Ubuntu/Debian, you need to install the libboost-all-dev package:
sudo apt-get install libboost-all-dev
it could help people here.
Reply With Quote
Reply

Tags
configure , ocelot

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 23:34. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.