General :: Configure: Error: Cannot Compute Sizeof (size_t)
Feb 3, 2010
checking whether time.h and sys/time.h may both be included... yes
checking for long double... yes
checking for hrtime_t... no
checking size of int... 0
checking size of unsigned int... 0
[code]....
View 5 Replies
ADVERTISEMENT
Apr 8, 2011
The script "vsftpd_virtualuser_add.sh" from the guide here:
http://wiki.centos.org/HowTos/Chroot_Vsftpd_with_non-system_users
executes the following line: /usr/bin/chcon -t public_content_rw_t $HOMEDIR/$USERNAME
which returns the error: /usr/bin/chcon: couldn't compute security context from unlabeled
Login attempts are unsuccessful on the given username.I followed the instructions on that page verbatim.I can't find anything useful on that error anywhere - even outside of vsftpd context.This is a new CentOS 5.5 server - updated everything with yum.VSFTP worked fine on the last server, which was a CentOS 5.x.
View 12 Replies
View Related
Jan 26, 2011
I'm using putty 0.60 (on Windows Vista) to connect by ssh protocol to other Linux computer. I have a problem with VI/VIM. When I key button "n" or "b", it returns me n^Z or b^Z.
View 9 Replies
View Related
Nov 1, 2010
I've just moved onfrom developing some code on Debian (gcc 4.1) to Ubuntu (gcc4.4) and a warning in my g++ code has appeared. Basically in some serial prot code I get this errorwarning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_resultfrom function
void TxChar(COMPORT *port,unsigned char letter)
{
pthread_mutex_lock( &txmutex );
[code]....
View 7 Replies
View Related
Oct 17, 2010
lets look at code in C
Code:
#include <stdio.h>
#include <stdlib.h>
[code]...
View 3 Replies
View Related
Jul 2, 2010
I following structure
typedef struct
{
[code]...
View 5 Replies
View Related
Jan 4, 2011
I am quite new to Linux. Just some basic information, I am using windows xp but have installed vmwork station and am running Red Hat enterprise linux 4.
When i run ./configure it gives me this error. "configure: error: libnet >=1.1.2.1 not found "
View 8 Replies
View Related
Jul 26, 2010
i have an application that launches several pthreads, i know that the default size used by Linux is 8Mb for each pthread. However i would like to optimize the total memory usage by my application by decreasing the default stack size of each pthread to the needed resources. My questions:
- Are there any rules to set the pthread stack size.
- How to compute the memory needed by each thread.
- Is the malloc call inside a thread counted from the stack size of the same pthread?
View 2 Replies
View Related
Jul 6, 2011
now i have installed libqt3-mt-dev this error is solve but new error is comming this is followingly i didn't understand------------->checking for KDE... configure: error:in the prefix, you've chosen, are no KDE headers installed. This will fail.So, check this please and use another prefix!
View 8 Replies
View Related
Jul 6, 2010
I have mandriva 2007 install on my desktop. I tried to update to grub2. When I run the ./configure I got the following error message.
This script, last modified 2009-06-10, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from [url]and [url]
If the version you run (./config.guess) is already up to date, please send the following data and any information you think might be pertinent to <config-patches@gnu.org> in order to provide the needed information to handle your system.
View 4 Replies
View Related
Dec 1, 2010
When I am compiling from the src, I run the ./configure script. While there might be error sometimes, I 'd like to ask, what're the 3 stars( ***) in front of the msg stand for? Do they stand for critical errors?
View 9 Replies
View Related
Jan 4, 2011
I'm trying to install Wireshark but I have this message :
"configure: error: Header file pcap.h not found; if you installed libpcap from source, did you also do "make install-incl", and if you installed a binary package of libpcap, is there also a developer's package of libpcap and did you also install that package?"
I tried to use #yum -y install wireshark but didn't work.
View 3 Replies
View Related
Mar 22, 2010
i am trying to configure below commands and it through error some one can advise where to check and how to fix this issue
[root@2rem .vnc]# vncserver :1 -name 2rem -depth 16 -geomatry 800x600
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /root/.Xauthority
Unable to start Xvnc, exiting
View 1 Replies
View Related
Jan 31, 2011
How can I configure apache2 to show the error message in the browser? Just for the purposes of debugging, I do not want to have to open the server error log every time.
View 1 Replies
View Related
Mar 17, 2011
this is my first post i have this error in ./configure for bind 9.7.3: checking for OpenSSL library... using OpenSSL from /usr/lib and /usr/includechecking whether linking with OpenSSL works... yeschecking whether linking with OpenSSL requires -ldl... unknown configure: error: OpenSSL has unsupported dynamic loading
View 1 Replies
View Related
Aug 1, 2010
I tried to install lame on Linux, but I failed running ./configure.
View 9 Replies
View Related
Feb 8, 2010
mysql -u root -p but unable to create any database.
if i tried to configure it's giving error ERROR 1006 (HYOOO) : can't create database 'test' (error: 2)
my location for database is /var/lib/mysql and permissions are
drwxrwxrwx mysql root.....
View 1 Replies
View Related
Sep 10, 2010
I am configuring my Apache Server to enable checking CA Revocation List, and my Configuration lists as following :
Code:
SSLCARevocationFile /etc/httpd/confi.d/ssl.crt/CRL1.crl
But the server can not start, and the log says:
Code:
Unable to configure X.509 Storage for certificate
If I try this command to view content of my CRL file :
Code:
openssl crl -text -in CRL1.crl -noout
the console shows :
Code:
error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib:647:Expecting: X509 CRL
I think there is something wrong with my CRL file, such as the file format.Is there any requirement to the CRL file? What can I do to enable this CRL file checking?
View 2 Replies
View Related
Jan 1, 2011
when trying to install a tarball i am getting the following error when configuring:
configure: error: in `/home/server/tazzed/mkahawa-printer-0.0.1':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
View 2 Replies
View Related
May 23, 2011
i'm new to linux and i am running ubuntu 11.04.i'm trying to install wine. i downloaded the binary files and extracted them. i tried running the command './configure' and got a error saying :no such file or dir. i read the 'readme' file but cannot configure.
View 3 Replies
View Related
Aug 9, 2011
I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.
So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.
View 3 Replies
View Related
Dec 24, 2010
For some reason, when I use "./configure" to set up tarballs (.tar or .tar.gz), it gives me this error:
Code:
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: Cannot find GTK2
[Code].....
View 2 Replies
View Related
May 5, 2010
I am trying to install gcc 4.2.4 I specifcially need C++ 4.2.4 and gfortran 4.2.4. I successfully installed gcc 4.4.1 through yast. However, the software I am trying to compile will not compile with 4.4.1. After contacting the software support, they inform me that it will only compile with 4.2.4. So, I searched yast with no luck. I have found a .tar.bz2 on the internet. I attempted to configure and then build. I get the following error after running the make command.
configure: error: cannot find neither zip nor jar, cannot continue
View 9 Replies
View Related
Feb 1, 2011
I have downloaded yersinia-0.7.1 and trying to install it. When i run ./configure it gives me following error
,more than one set found in:
/usr/include
/usr/include/pcap
View 2 Replies
View Related
May 15, 2010
I'm using Ubuntu 9.10 'Karmic Koala' and when trying to install from source any program using C++, in this example kpictorial, I get this:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
[Code].....
I have qt3, qt4, the -dev packages and the headers and libraries installed. I have just about everything you can have for qt installed trying to fix this. The qt files are under /usr/include and the source code files are under /usr/src.
View 2 Replies
View Related
Apr 21, 2009
I am using Fedora 10 kernel 2.6.29.1-36.fc10.i686
I have installed the following packages
When I try to configure alsa, I got the following error:
View 1 Replies
View Related
Apr 17, 2011
Give me error when I install softflowd
the problem :
#./configure
give me :
configure error : no BPF header not found
View 4 Replies
View Related
Nov 24, 2010
If I use any Synaptic function or apt-get install I receive the following message;
E: grub-pc: subprocess installed post-installation script returned error exit status 10
I have tried to reinstall but still have the error. I'm running;
Home built
MSI K9N6PGM 2V mainboard
AMD Phenom Black Triple core
2 gig RAM
Ubuntu 10.04
View 14 Replies
View Related
Mar 22, 2010
I am facing the following error when im trying to install the openldap and running the ./ configure command.
./configure
Configuring OpenLDAP 2.4.21-Release ...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
[Code]...
View 2 Replies
View Related
Apr 8, 2010
I'm using ubuntu 10.04 beta 1. when I try to update & upgrade I get the following error:
Code:
Setting up install-info (4.13a.dfsg.1-5ubuntu1) .../etc/environment: line 4: LC-ALL=en_US.UTF-8: command not found dpkg: error processing install-info (--configure): subprocess installed post-installation script returned error exit status 127 Errors were encountered while processing: install-info
View 4 Replies
View Related