Server :: Compiling Web Polygraph 4.0.9?

Mar 15, 2010

I am trying to compile web polygraph 4.0.9 on Linux ES 3 and face the following error. how to have the following error resolved?

[root@Orchid polygraph-4.0.9]# make
make all-recursive
make[1]: Entering directory `/home/andy/polygraph-4.0.9'
Making all in .
make[2]: Entering directory `/home/andy/polygraph-4.0.9'
make[2]: Leaving directory `/home/andy/polygraph-4.0.9'

[Code]...

View 5 Replies


ADVERTISEMENT

Programming :: Sms Server Tools Cross Compiling Sms Server Tool For An Embedded Computer And Make Just One Binary File For It?

Mar 27, 2010

I wanted to know how can I cross compile SMS SERVER TOOL for an embedded computer and make just one binary file for it or how can I change all of its default files places like its demon and object file and gather all of them to one directory to execute and use and run.let me explain it better for you : I have an embedded computer with Linux OS that its file system is read only and I can not add any file to /usr /lib and ..... and I can just mount a SD memory card to it and copy all of my programs to it and run them from there as you understand I have two choices to choose, first make one big binary file for each program that I am doing it now and it is not a suitable solution and the second is finding the way to change default place of shared object file of my program.now you tell me what can I do to solving this problem.

View 1 Replies View Related

Server :: Compiling Rsyslog 4.x Or 5.x On Redhat 5.5?

Apr 9, 2010

We want to begin centralizing our system logs to a dedicated server, using a daemon that is flexible and offers more features. After some research, I decided to give rsyslog a whirl (versus syslog-ng).roblem has come down to compilation errors which, unfortunately, I've not been able to resolve otherwise (rsyslog forums) and it appears this is a larger problem with the product. So before I begin making another decision, I wanted to get some input from others here.Here is a snippet of the errors:

Code:
/usr/local/src/rsyslog/rsyslog-5.4.0/runtime/queue.c:1291: undefined reference to `ATOMIC_SUB'

[code]...

View 3 Replies View Related

Server :: Error When Compiling App_cbmysql.so On Asterisk 1.6

Jan 13, 2011

My asterisk version is 1.6 and Web-MeetMe is 4.0.2 I get the following upon issuing "make" in web-meetme/cbmysql/ :

Quote:

cc -pipe -I/usr/include/mysql -L/usr/lib/mysql -fPIC -I/usr/src/asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o app_cbmysql.o app_cbmysql.c
app_cbmysql.c:14:22: error: asterisk.h: No such file or directory
app_cbmysql.c:25:33: error: asterisk/autoconfig.h: No such file or directory
app_cbmysql.c:26:27: error: asterisk/lock.h: No such file or directory

[Code]....

View 2 Replies View Related

Programming :: Sms Server Tools Cross Compiling

Apr 11, 2010

I wanted to cross compile sms server tools(url)for arm-linux with arm-linux-gcc compiler but I can not this is all information that I have from it's error:

Quote:

[root@localhost smstools3]# ls
doc examples install.sh LICENSE Makefile package.sh README scripts src uninstall.sh

Quote:

[root@localhost smstools3]# cat Makefile
# Makefile
# If you change destination of executables, remember to change
# startup script (init.d/sms3) too.
#BINDIR=/usr/local/bin
BINDIR=/mnt/sd/Utility/sms/ ///I changed here for cross compilation
code....

View 3 Replies View Related

Ubuntu :: Compiling Program On New Server - Bunch Of Warning?

Feb 10, 2010

Having problems compiling a program on a new server. It compiles just fine on Ubuntu 8.0.4 server but a new install of the latest Ubuntu Server edition it throws out a bunch of warnings on configure. I am assuming I am missing some lib's or something of the sort.

Code:
checking for sys/select.h... yes
checking for sys/types.h... (cached) no
checking for unistd.h... (cached) no
checking for memory.h... (cached) no
checking crypt.h usability... no
checking crypt.h presence... yes
configure: WARNING: crypt.h: present but cannot be compiled
configure: WARNING: crypt.h: check for missing prerequisite headers?
configure: WARNING: crypt.h: see the Autoconf documentation
configure: WARNING: crypt.h: section "Present But Cannot Be Compiled"
configure: WARNING: crypt.h: proceeding with the preprocessor's result
configure: WARNING: crypt.h: in the future, the compiler will take precedence
checking for crypt.h... yes
checking assert.h usability... no
checking assert.h presence... yes
configure: WARNING: assert.h: present but cannot be compiled
configure: WARNING: assert.h: check for missing prerequisite headers?
configure: WARNING: assert.h: see the Autoconf documentation
configure: WARNING: assert.h: section "Present But Cannot Be Compiled"
configure: WARNING: assert.h: proceeding with the preprocessor's result
configure: WARNING: assert.h: in the future, the compiler will take precedence
checking for assert.h... yes
checking arpa/telnet.h usability... no
checking arpa/telnet.h presence... yes
configure: WARNING: arpa/telnet.h: present but cannot be compiled
configure: WARNING: arpa/telnet.h: check for missing prerequisite headers?
configure: WARNING: arpa/telnet.h: see the Autoconf documentation
configure: WARNING: arpa/telnet.h: section "Present But Cannot Be Compiled"
configure: WARNING: arpa/telnet.h: proceeding with the preprocessor's result
configure: WARNING: arpa/telnet.h: in the future, the compiler will take precede nce
checking for arpa/telnet.h... yes
checking arpa/inet.h usability... no
checking arpa/inet.h presence... yes
configure: WARNING: arpa/inet.h: present but cannot be compiled
configure: WARNING: arpa/inet.h: check for missing prerequisite headers?
configure: WARNING: arpa/inet.h: see the Autoconf documentation
configure: WARNING: arpa/inet.h: section "Present But Cannot Be Compiled"
configure: WARNING: arpa/inet.h: proceeding with the preprocessor's result
configure: WARNING: arpa/inet.h: in the future, the compiler will take precedenc

View 9 Replies View Related

Server :: Compiling Sample LDAP Plug-in On RHDS

Feb 24, 2010

I am writing an sample LDAP Plug-in on RHDS. While compiling plug-in file, i am getting an error related to missing header files(prtypes.h, prprf.h etc..).

'slapi-plugin.h' file is generated in the path /usr/include/dirsrv. But inside this file, they are using some other header files like prtypes.h, prprf.h, etc. But there is no files generated with this names. Because of this i am getting "No such file or directory" error for these files. I can get these header files from Netscape coporation(Thirdpary), but can we use the same header files for Redhat or is there any separate header files are there for RHDS.

View 1 Replies View Related

Software :: Can't Start Apache Server After Configuring, Compiling And Installing?

Apr 25, 2009

I've decided to install apache server from groundzero. So I've done next things:1)downloaded source tar with apache22)unzipped it3)./configure(d) it4)make5)make install
...But!!! I can't start it. apachectl in /usr/local/apache2/bin

error answer is:
<code>
[root@dhcppc1 bin]# apachectl start

[code]...

View 6 Replies View Related

Software :: Gcc Looking In Wrong Directory For Libfreetype.so While Compiling Xorg-server-1.1.1

Mar 17, 2010

I am building a BLFS (Beyond Linux from Scratch) system. I am using a Slackware style package management system. Currently I am trying to build xorg-server-1.1.1 but whn it come to finding libfreetype.so its looking in my build directory (/tmp/mybuild/pachage-freetype/usr/lib/) and not /usr/lib/. I checked /usu/lib/pkgconfig and found that my freetype2.pc (amongst others) file was pointing to my build dir so I fixed it (along with all the others). but when I try building again I gat the same error. I checked my $PATH and my $PKG_CONFIG_PATH and both are correct.

this is a snip of my terminal output

Code:

(cd .libs && rm -f libosandcommon.la && ln -s ../libosandcommon.la libosandcommon.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -

[code]....

View 10 Replies View Related

CentOS 5 Server :: Compiling Error Mod_ruby-1.3.0 On Centos 5.3 Server (with Howtoforg)?

Jun 1, 2009

I have a problem with compiling of mod_ruby-1.3.0 After a succesfull configure i get a error in the make, it say "make: *** [apachelib.o] error 1" . Here below you can find the results of de configuring and the make.I was following the roles in Howtoforge " The perfect server - Centos 5.3" everything goes perfect till mod_ruby-1.3.0

./configure.rb --with-apr-includes=/usr/include/apr-1
checking for a BSD compatible install... /usr/bin/install -c
checking whether we are using gcc... yes

[code]....

View 7 Replies View Related

Fedora :: Qt For Compiling An App?

Aug 22, 2010

Running Fedora 12, I am attempting to compile an application. The README file tells me that I need Qt 4.6.3. Clicking on System - Administration - Add/Remove Software, I find many packages having something to do with qt, but nothing looks like what I need. Is this available as a package for Fedora? If not, what would I need to do to download and use qt on my system?

View 2 Replies View Related

General :: What Is Compiling - When And How To Do It

Jun 14, 2010

I see references to compiling, but as a newbie am unclear about it. What is compiling, when do you need to do it, and how do you do it?

View 10 Replies View Related

Fedora :: Compiling AWN Beta For F12 64 Bit

Dec 27, 2009

The Avant Window Navigator beta, as taken from the project's Bazaar repository, isn't configuring correctly on my machine and gave me loads of errors previous to this point, so I've had my hands full for a while now. Three packages that AWN needs to compile (gnome-desktop-devel, gnome-vfs-devel and libgnome-devel) are refusing to install, leaving me with this Quote: checking for AWN... configure: error: Package requirements (glib-2.0 >= 2.8.0 gthread-2.0 gobject-2.0 gtk+-2.0 gdk-2.0 >= 2.10 dbus-glib-1 gnome-desktop-2.0 libgnome-2.0 gnome-vfs-module-2.0 gconf-2.0) were not met: No package 'gnome-desktop-2.0' found No package 'libgnome-2.0' found No package 'gnome-vfs-module-2.0' found.

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables AWN_CFLAGS and AWN_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. and this is why they won't install Quote:hal = 0.5.13-9.fc12 is needed by package hal-devel-0.5.13-9.fc12.x86_64 (fedora) I need an old version of HAL for the "dependency resolution failed" notices to go away. One which PackageKit says is still on my computer. I would try to downgrade via yum but setenforce 0 fails. What do I need to do to get this whole thing finished?

View 14 Replies View Related

Fedora :: Error Compiling 2.6.33.2

Apr 7, 2010

I am trying to compile kernel 2.6.33.2 (without problems 2.6.33.1), but i got the following message :

[code]...

View 2 Replies View Related

Fedora :: Compiling ParaView With F14

Nov 10, 2010

compile ParaView myself so that I can install the pvmeshless plugin. I have done that a few times before on Ubuntu machines. Now I read that I might run into problems due to qt4.7 (4.6 is supported by PV). Anyhow I don't even come to that stage since I can't enable python support. The error I get is:

Quote:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
Call Stack (most recent call first):

[Code]....

View 2 Replies View Related

Fedora :: Compiling VMware 7.0.1 On 14?

Jan 14, 2011

I have a problem i can't compile vmware i have all the packages that are needed to compile VMware.The compile can't compile anything. Here is the log of the compile :

Stopping VMware services:

VMware USB Arbitrator [ OK ]
VM communication interface socket family [ OK ]
Virtual machine communication interface [ OK ]
Virtual machine monitor [ OK ]

[code]....

View 4 Replies View Related

OpenSUSE :: Compiling XEN 4.0 From The Sources In 11.2.

Jun 9, 2010

I'm trying to build the latest XEN 4.0.0 from the tarball in xen.org.

After resolve the dependencies, I finalled compiled the xen kernel.

But the problem, it is not making the intrd for booting (and it is not suposed to do ), it just comments the following on the README source:

Depending on your config, you may need to use 'mkinitrd' to create an initial ram disk, just like a native system e.g.

# depmod 2.6.18-xen
# mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.18-xen.img 2.6.18-xen

[Code].......

I really want to test the pastrough and snapshot new features in XEN, since i really start to hate vmware eating all resources with more than 1 vm (I know, there is VirtualBox, but I used Vmware first since you can record videos and for portability).

I already used XEN 3.4 a lot in my own labs inside my laptop, (since I learned how to use virtual network in nat mode), and since is the default hypervisor on the job (we are migrating the lasts Vmware vms !!! cool!!! ) and I really really love XEN (is amazing, 4 vms, 1 host in a laptop turion 64 x2 with just 3GB ram!!! and my processor is not flaming!!!).

View 1 Replies View Related

OpenSUSE :: Compiling First Program In 11.3?

Dec 6, 2010

I was reading the following forum guide:openSUSE software installation hints So I decide to install from the souce code the following webcam application:

GTK+ UVC Viewer In order to avoid problems ( it is my first installation from souce code) I downloaded and unpacked everything in an USB key and I worked from, as the guide said, from the Linux terminal. Once I was in the right directory and I compute the command:

[code]..

View 9 Replies View Related

OpenSUSE :: Compiling A Code On 32-bit 11.1?

Dec 27, 2010

I tried to compiling a code on 32-bit OpenSuSe 11.1, but it was terminated with following error: # ***No rule to make target '/usr/lib/libGLU.a', needed by 'DXA_debug'. Stop Then I installed the freeglut-2.6.0, but there were only libGLU.so and libGLU.so.1 in /usr/lib folder. And the compiling process was terminated with the same error. Will you give me some instruction to solve this problem?

View 3 Replies View Related

Ubuntu :: Compiling Never Successfull?

Jan 5, 2011

I have tried several times, but compiling always fails.I want to compile a litte program called dwg2dxf.I think all the needed programs are installed.First I unpack the tar.gz file on my desktop. Open Terminal, enter directory, then type"./configure"Everything fine, some files are created. config.log doesnt show errors (See config.log file)."make"Some errors occurenters some directories without doing anything, thenmain.cpp:39: fatal error: iostream.h: (translation) Doesnt exist.This is the text from the terminal:

familia@familia-laptop:~/Escritorio/dwg2dxf-2.1$ make
make all-recursive
make[1]: se ingresa al directorio /home/familia/Escritorio/dwg2dxf-2.1

[code]...

View 7 Replies View Related

Ubuntu :: Compiling Kernel In 10.04?

Mar 2, 2011

so I am wanting to compile my own kernel to see if i can get my laptop to run a lill better. I found the how too's to do the compile, but what I want to know is.. what is the most complete way to find all the hardware and such that is in my laptop so i can build all the support into the kernel that i need and leave out EVERYTHING i dont need.

i figured lspci is a start but there has to be more info somewhere to find the exact needs of the laptop.

View 7 Replies View Related

Debian :: Error Compiling 2.6.33.2

Apr 11, 2010

Im having problem compiling kernel I used these commands

#make menuconfig
#make-kpkg clean
#fakeroot make-kpkg --revision=custom.1.0 kernel_image

[code]...

View 3 Replies View Related

Software :: C++ Compiling Wx2.8.10 On 64-bit Ubuntu?

Mar 7, 2010

I went from mandriva 2009 32-bit to ubuntu 9.10 64-bit and wx begins to act up..

the simple program from the wx hello world tutorial build fine on my old system, but not my new on. I got the packages installed (wx2.8.10-dev, headers and whatnot)

I've looked around a bit and it seems the compiler is not including the files correctly..

Compiler command:

Code:
g++ k.cpp `wx-config --libs` `wx-config --cxxflags` -o morten
Compiler output sample (because most of it is because of first errors):
Code:
k.cpp:9: error: invalid use of incomplete type struct wxFrame
/usr/include/wx-2.8/wx/utils.h:50: error: forward declaration of struct wxFrame
k.cpp:12: error: ISO C++ forbids declaration of wxPoint with no type
k.cpp:12: error: expected , or ... before & token

[Code].....

View 5 Replies View Related

Software :: Compiling For Different Architectures?

Jan 1, 2010

Is there a way I can compile for a different architecture on the same system? For example I am interested in compiling armel debs on a 64 bit Linux distro.

View 1 Replies View Related

Software :: Compiling Kernel 1.0.0 With Gas?

Jun 18, 2010

i want to compile and make kernel 1.0.0(the first kernel sources of linux) but its asking gas..... yup gnu assembler. i am using ubuntu 9.10 and if you ask why i am compiling this kernel.... because the truth is to study complete linux kernel.

View 2 Replies View Related

Software :: Compiling Top-3.6.1 On RedHat 5.6?

Jul 6, 2011

I'm trying to compile top-3.6.1 form pkgsrc on RH5.6 using bmake and I'm getting the following error message.

===> Building for top-3.6.1nb1
/usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -Wno-error -o m_linux.o -c ./machine/m_linux.c
./machine/m_linux.c: In function 'read_one_proc_stat':
./machine/m_linux.c:637: error: 'PAGE_SHIFT' undeclared (first use in this function)

[code]....

View 3 Replies View Related

Software :: Compiling Vlc-1.1.2 Failed

Aug 18, 2010

I just compiled vlc-1.1.2 from source, and it plays video files but without reacting to keyboard input (Setting esc to global does not help; I have to click on the fullscreen panel to minimize it), and when I try to play DVDs, either from disk images or from DVD, vlc opens briefly and then just sits there in the top left corner of the screen. Do I have to recompile for libdvdcss support? And is there a complete list of dependencies to install at one go before running ./configure? I had to install tons of crap, running ./configure over & over again until it threw only a moderate number of errors and ran through. I tried the c-korn ppa but it broke synaptic on my other box (I was able to fix it but don't want to use the ppa again.)

I use lucid on an iMac 7.1. The attempt to upgrade to maverick failed; I should have to completely reinstall which I don't want to do just for vlc.

I still have the generic vlc installed (1.0.6). Can I uninstall it in synaptic without pouring out my new baby with the bathwater?

View 2 Replies View Related

Software :: Error Compiling 2.6.33.2

Apr 9, 2010

My system is a fc 12 using a 2.6.33.1 kernel from kernel.org ... i've prefer compile by myself to get a minimal kernel ( i got a old p4 a 1,6ghz 2gb ram) but i got fedora kernels from updates too I am trying to compile a kernel from www.kernel.org, linux-2.6.33.2 full .. i made the same with 2.6.33.1 and all ok I got kernels from fedora distro (kernel-devel and kernel-headers installed) and kernel.org I dont know why about directory paths and files ... why make finds it? ... i think that linux-2.6.33.2.bz2 include all needed how to configure the install path ? ... if i am using /usr/src/kernels/linux-2.6.33.2 and all bzip2 extracted into it ... i can't see "configure" tool I am trying to compile kernel 2.6.33.2 (without problems 2.6.33.1), but i got the following message :

[code]....

View 5 Replies View Related

Software :: Kdepimlibs Not Compiling?

Jan 3, 2011

Code:
[ 45%] Building CXX object akonadi/CMakeFiles/akonadi-kde.dir/agentmanager.o
/home/kde-devel/kdepimlibs-4.5.4/akonadi/agentmanager.cpp: In member function 'Akonadi::AgentType

[code]....

View 1 Replies View Related

Software :: Ns2 Error While Compiling?

Feb 9, 2011

i encountered this problem when compling the tcl code, i am not sure where went wrong, did i miss any library or component?

num_nodes is set 20
INITIALIZE THE LIST xListHead
invalid command name "Agent/UDP/PDP"
while executing
"Agent/UDP/PDP create _o30 "

[Code].....

View 8 Replies View Related







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