CentOS 5 :: Building Boost On 64-bit?

Nov 20, 2009

I'm trying to build boost on a 64-bit CentOS 5.4 install. I have Python 2.6.4 built and installed at /opt/Python_2.6.4/, and I've appended the user-config.jam file with:

using python : 2.6 : /opt/Python_2.6.4/python : /opt/Python_2.6.4/Include : /opt/Python_2.6.4/Lib ;

The standard system Python is 2.4.1 but the tools I'm using require 2.6, so I've built this version and installed it independently of the system version 2.4.1 to avoid any conflicts.

As I'm sure you've already imagined, I get the error:

LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)

I see that this is a long standing bug, but I have yet to find a fix. I've tried various CCFLAGS, CXXFLAGS, etc. to push for a 64-bit compile or a 32-bit compile (-m64 or -m32).

The offending file is pyport.h - is there a 64-bit friendly version that I don't know about?

View 2 Replies


ADVERTISEMENT

CentOS 5 :: Installation Of Boost 1.44?

Sep 13, 2010

how do I install boost 1.44? The whole time I have something wrong .. how I install?

View 13 Replies View Related

CentOS 5 :: Boost C++ Libraries Installation?

Nov 10, 2009

the installation procedure of boost c++ libraries .. i.e boost 1.34.1 on centos..

View 5 Replies View Related

CentOS 5 :: How To Install Boost 1.44 On Centos

Apr 21, 2011

explain how to install 1.44 or higher on centos

View 2 Replies View Related

CentOS 5 Server :: Building VMWare Virtual Machines From CentOS Mail Servers?

Oct 12, 2010

I have a few mail servers, a mail log server and a web server running on Centos 5. Now I have a task: to avoid accidental crashes on the production servers while installing updates, my boss asked me to do clones (these clones will all be VMware virtual machines) of the servers (EXCLUDING the actual e-mails and log contents) and then to run those clones on VMWare Server. This way, first I will install and test updates on the clones and - if they will be running without crashes - I will apply the updates on the real production servers themselves.

I have already installed VMWare Server 2.0 I have a few questions: How do I build the virtual machines to exclude the actual mail files and mail logs? Can I use VMware Converter for this purpose, or do I have to use another program? How do I actually do this cloning? Is there a tutorial on how to do this?

View 4 Replies View Related

General :: Building Usbip On CentOS

Apr 24, 2010

I have been try for a while now to build this and I am not getting very far. I have download the usbip-0.1.7.tar.gz from sourceforge.net I then followed [URL] to get a full kernel source. then went to usbip-0.1.7/drivers/2.6.18 and issued the command

Code:
make KSOURCE=~/rpmbuild/BUILD/kernel-2.6.18/linux-2.6.18.i686
but it failed with:
Code:
/home/scott/usbip-0.1.7/drivers/2.6.18/stub_rx.c:377: error: redefinition of 'usb_endpoint_xfer_bulk'

[Code].....

View 1 Replies View Related

CentOS 5 :: Fix For Building MySQL From Source RPM

Jul 10, 2009

I've met several issues recently while building the MySQL server from CentOS 5 SRPM. The root problem are the expired SSL certificates used for built-in tests making all the tests fail. The problem is widely described on the net and I am in doubt now what to do: should I submit a patch or what?

View 1 Replies View Related

Software :: Building Vmmon Module In CentOS?

Aug 3, 2011

I have CentOS 5.5 (Final Release) installed on my netbook. I am trying to configure vmware on this machine. When I run vmware-config.pl it goes smooth until it tries to build vmmon module. It gives me following error when it tries to build vmmon module:

Code:

Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config10/vmmon-only'

[code]....

View 7 Replies View Related

CentOS 5 Server :: Building Custom Kernel 2.16.19-128.1.10?

May 27, 2009

I have builded my kernel through wiki manual, BUT, the kernel-headers rpm-package has not been builded. Now i have only two packages: kernel and kernel-devel. Is that ok? (i think, that it is not ok, because when i build the same version of kernel on x86_64 platform, after rpmbuild command i have kernel, kernel-devel and kernel-headers packages) My CentOS version is 5.2; platform i686; kernel, kernel-headers, kernel-devel packages 2.6.18-92.el5.

View 6 Replies View Related

CentOS 5 :: Building Home NAS, Remote NAS For Local And Off-site Backups

Nov 11, 2009

I would like to replace my aging Freenas box with a CentOS based NAS. I would like it to have the following features:

- SAMBA with Web admin
- BIND with Web admin
- Nice to have would be native AFP support for my MAC

Question 1: Is SWAT still the current Web-based config tool for SAMBA or is there something newer?

Question 2: Is there a decent, reliable, web front end for BIND?

Question 3: Is there a current AFP guide for CentOS, everything I am finding via Google is years old.

I would also like to build a second server that I would host off-site to sync my data to.

- I was thinking OpenVPN for the link between the servers. The "remote" NAS will have to be the one initiating the connection.

Question 4: Is OpenVPN the way to go or is there something better? (I need bidirectional communications)

Question 5: Is rsync still the way to go for the data sync or is there something newer which would be lighter and/or faster?

Just need some "current" advice overall - I think the last SAMBA box I built was 4-5 years ago so what I learned then may not be applicable today.

View 10 Replies View Related

CentOS 5 :: Building RPM Package With Specific Noarch Sub-package

Feb 3, 2011

I was building yesterday the boost-1.45.0 RPM package for CentOS 5.5.

View 3 Replies View Related

Fedora :: Compiling Boost Asio ?

Dec 24, 2009

I've been playing around with this forever now, I am trying to do the example timer using boost asio's example, I keep getting an undefined reference error for boost::system and pthread errors, so after a bit off googling I went back to boosts' to follow their advice it didnt help one bit I know where the boost system lib is /usr/lib and the include directives are in /usr/includes however, when issuing the command they said that needs to be done as in the example with gcc nothing happens just file not find and I am inputting the correct path.

View 1 Replies View Related

Fedora :: Boost Libraries Not Found

May 23, 2010

I installed Boost 1.43.0 on Fedora 12 32 bits, using standard build from the source code procedure:

./bootstrap.sh
./bjam
./bjam install

I see all Boost libraries in /usr/local/lib. Now I build my own program depending on the Boost libraries, and it is built successfully. However, when I try to execute my program, it shows "Library not found" message:

Code:
[alex@localhost ~]$ sixfpdconsole

sixfpdconsole: error while loading shared libraries: libboost_system.so.1.43.0: cannot open shared object file: No such file or directory

[alex@localhost ~]$ ldd /usr/local/bin/sixfpdconsole
linux-gate.so.1 => (0x009d1000)
libboost_system.so.1.43.0 => not found
libboost_thread.so.1.43.0 => not found

[Code]....

View 2 Replies View Related

OpenSUSE Install :: Select Usb-hdd As The First Boost?

Aug 15, 2010

My computer don't have a DVD driver. So I want to install Opensuse 11.3 via a U dish.I burn live CD in U dish. And select Usb-hdd as the first boost. But I am failed.

View 9 Replies View Related

Ubuntu :: Boost The Four Language Limitation?

Oct 27, 2010

In the menue of Kubuntu 10.10 (live-CD) for selecting the keyboard layouts
appears a message saying that there is a limit of selecting maximum four keyboard layouts, if I try to select a fifth one. That is very little four people involved/dealing with languages or for computers shared by several people from different countries. Does anybody knows anything about this limit and how to increase this number? In windows you can select more than a dozen languages. Where is the problem? Is it a problem of the KDE or of the linux kernel or what kind of problem is it? An other user told that this problem exists also in other versions e.g. in Ubuntu.

View 9 Replies View Related

Ubuntu :: Boost The Microphone Audio?

May 11, 2011

I was looking for a way to boost the microphone audio (I tried in the menu sound preferences but it did not work) and thefore I installed alsa driver and alsa mixer.Now linux can't find both input audio device and both output audio device.how boost the microphone audio?? (remember that I have just tried with sound preferences menu).

View 1 Replies View Related

Software :: Installing Boost On RHEL 5.2?

Nov 8, 2010

I have RHEL 5.2, with Boost 1.33 installed. I downloaded boost_1_44_0.tar.bz2. and built it. On completion it showed:

Code:
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/home/dfe/Archive/boost_1_44_0
The following directory should be added to linker library paths:
/home/dfe/Archive/boost_1_44_0/stage/lib
I have been able to compile programs using CC -I/home/dfe/Archive/boost_1_44_0 -L/home/dfe/Archive/boost_1_44_0/stage/lib yourprogram.cpp

but...it's annoying that I have to add these paths for every program that I compile. Isn't there any way to make version 1.44 the default version (so that I won't have to include these paths when I compile)?

1. When I do "rpm -q boost", it shows boost-1.33.1-10.el5. Why is that so, when I've installed version 1.44? Did I have to remove the existing rpm before building the new version of boost?

2. Is there a better way to install the latest version of Boost?

View 1 Replies View Related

Slackware :: SSD - Trying To Boost Server Performance?

Jun 22, 2010

Just want to know if solid state drive supported by slackware 13.1? Coz I want it to try to boost my server performance???

View 5 Replies View Related

Ubuntu Networking :: Boost WiFi The Signal?

Feb 9, 2010

i'm surrounded by concrete block wall but have found an unlocked wifi signal. but i need to do something to help boost the signal. my HP laptop has a built in wifi card and i'm looking for something that i could use or do to help boost the signal.

View 2 Replies View Related

General :: GCC4.4 Is Not Compatible With The Boost.signals1.34.1?

Sep 15, 2010

When I configure the VMware-open-source-view-client using the command configure --host=sh4-linux CC=sh4-linux-gcc CXX=sh4-linux-g++ to configure the VMware-open-source-view-client which is proper running on the ARM architecture.(sh4-linux is a platform in ST).

configure:10578: result: no
configure:10518: checking for exit in -lboost_signals-mt
configure:10578: result: no
configure:10518: checking for exit in -lboost_signals-mt
configure:10578: result: no

[Code]...

View 7 Replies View Related

Security :: World Banding Together To Boost Cybersecurity?

May 3, 2010

As governments around the world amass armies of hackers to protect their countries' computer networks and possibly attack others, the idea of getting officials together to discuss shared threats such as cybercrime is challenging.

"You just don't pick up the phone and call your counterparts in these countries," said retired Lt. Gen. Harry Raduege Jr., former head of the federal agency responsible for securing the military's and the president's communications technologies. "They're always guarded in those areas, and they're always wondering if there's some other motive" behind the outreach.

So the idea behind an international security conference in Dallas this week is to get government officials, industry executives and others talking, informally, about where they might find common ground.

View 6 Replies View Related

Software :: Error - Cannot Detect Boost Library

Feb 17, 2010

I am new to linux and trying to install one software and it is constantly throwing me an error eventhough I downloaded and latest version of boost and tryed to add it to its path: The error is: "We could not detect the boost library(version1.38 or higher). If you have a stages boost library(still not installed) please specify $boost_root in your envireonment and do not give a PATH to --with-bost option. IF you are sure you have boost installed, then check 7youe version number looking in<boost/version.hpp>"

View 1 Replies View Related

Programming :: Include Boost In Eclipse Project?

Dec 14, 2010

I'm using Eclipse to build a small c++ program using boost.

Code:

#include<iostream>
#include<string>
#include <boost/regex.hpp>

[code]....

I can right click on boost::regex and it takes me to the header file regex_fwd.hpp, but when I go to build it, it gives me the error:

Code:

DescriptionResourcePathLocationType
/usr/include/boost/regex/v4/basic_regex.hpp undefined reference to `boost::basic_regex<char, boost::regex_traits<char, boost::cpp_regex_traits<char> >

[code]...

View 6 Replies View Related

Debian Hardware :: Disabling Intel Turbo Boost On All 4 CPU

Jul 21, 2015

Due to some reason every-time I boot the laptop the power governors reset themselves to "ondemand". Which causes my laptop to overheat until it shut-downs. I tried adding this line to grub Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable" which kinda worked, but only on cpu 0.

Code: Select allcpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: acpi-cpufreq
 
[code]....

View 3 Replies View Related

Ubuntu Networking :: Services To Disable To Boost Performance?

Oct 15, 2010

I installed Ubuntu 10.10 today Netbook Edition on the Asus Eee PC 1015PED. Specifications for Asus Eee PC 1015PED: Atom 455, 1.66 GHz, 1Gb ram, 250Gb drive, Bluetooth 3.0, 0.3 megapixel webcam, Gigabit Ethernet, WSVGA (1024x600), sound card compatible with the HD audio connector, d-dub, three USB 2.0 ports, 6-cell - lithium Ion - 4400mAh, WiFi 802.11 b/g/n.

solve the problem or an indication of the package to install. tutorial under the title, which services to disable to boost performance. first place to help you connect to the Internet. especially to the netbook'a - Asus Eee PC 1015PED. I updated everything on connection via cable. Detects the connection, but when it connects after a while.. "Wireless - Network Disconnected".

[Code]...

View 9 Replies View Related

Ubuntu :: Boost Overall Performance Speed/response Times?

Nov 2, 2010

My desktop tower is pretty old and runs horribly slow nowadays. I only use it for a little internet browsing and to upload photographs etc. It runs on 1Gb RAM and has the celeron(R) 2.4GHz processor. What is the best way to boost overall performance speed/response times? would a better processor be viable?

View 5 Replies View Related

Programming :: Compile With ATLAS And Boost Numeric Bindings?

Jan 10, 2010

I am trying to compile a file for matrix multiplication with ATLAS and Boost Numeric Bindings. I only get a long list of error messages. What am I doing wrong? I am using Ubuntu 9.10, g++ 4.4.1.

Code:
#include <numeric>
#include <complex>

[code]....

View 1 Replies View Related

Programming :: Eclipse Helios / C++ - How To Include Boost Libraries

Apr 5, 2011

I use OpenSuse 11.3, Eclipse Elios for C++. What do I have to do for using boost? I put #include <boost/regex.hpp>, but it can't find the file. What variable do I have to use?

View 3 Replies View Related

Slackware :: Will 64bit Version Boost Server Performance?

Jun 24, 2010

I have several server (mailserver, webserver and lot of fileserver) all are 32 bit slackware and I am satisfied! My company plan to upgrade our server and buy a 64 bit server maybe amd x3 or opteron? Is slackware 64 bit will help boost my server performance? Or will I stick to 32 bit for now?

View 7 Replies View Related

General :: Error Compiling A Program With Boost Libraries -> Strerror_r?

Jun 28, 2011

I'm compiling a project that uses boost libraries (1.45.0) for a MIPS target, and when trying to compile with bjam I get the following error:

Code:
libboost_system-mt.a(error_code.o): In function `(anonymous namespace)::generic_error_category::message(int) const':
error_code.cpp:(.text+0x55c): undefined reference to `__glibc_strerror_r'
collect2: ld returned 1 exit status

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved