Displaying 20 results from an estimated 50000 matches similar to: "2.5.2 will not compile"
2002 Mar 06
2
Compile 2.5.2 on RedHat 6.2
I am running RedHat 6.2 on many of my servers and am receiving the following
errors when compiling Rsync 2.5.2:
[root@wrapguy rsync-2.5.2]# make
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o
In file included from rsync.c:23:
rsync.h:339: warning: no semicolon at end of struct or union
rsync.h:339: parse error before `inode'
rsync.h:341: parse error before `dev'
2002 Jan 27
1
Makefile.in (install-strip) problem & 2.5.2 build error
Hi,
1. "make install-strip" (in rsync-2.5.x) tries to strip the manpages and
thus fails; attached is a patch fixing the Makefile logic (and
also adding DESTDIR -- convenient for package-building or test-installing).
2. I just fetched rsync-2.5.2 but the build (on i686-linux) badly fails.
The complete log from configure and make is attached.
regards
Peter Breitenlohner
2002 Mar 07
0
make error during rsync-up
Hi, everyone~
I want to update rsynd from rsyncd-2.4.4.
but I have a matter updating rsyncd-2.5.2
That is make failed.
My server is based RedHat-7.0.
My configure is successful because i saw message That
is 'rsync 2.5.2 configuration successful."
This is error messages.
I want your advice about This problem.
Thank you.
================================ cut
[root@ux001 rsync-2.5.2]#
2004 Apr 05
1
Error trying to compile 2.6.0 on Solaris 9 Sparc with gcc 3.2
Hi.
I'm trying to compile rsync 2.6.0 on Solaris 9 Sparc, using gcc 3.2.
The configure script seems to run with no problem.
But when I go ahead to make, I get the following error output:
-----8<------------------------------------------------------------
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o
In file included from rsync.c:23:
rsync.h:371: warning: no semicolon
2007 Oct 30
1
chan_mobile
I'm trying to compile chan_mobile for asterisk 1.4
I've installed 1.4 from SVN and downloaded addons from SVN also. I
make ./configure, make menuconfig, select only chan_mobile, and make.
Then I obtain the following errors. (I've also tryed applying the
patches I found at http://www.chan-mobile.org/?page_id=5 but with no
better results.
make[1]: Entering directory
2004 Feb 02
3
layer7-filter with iptables problem
Hi
iam running FEDORA,
i have installed Source of iptable 1.2.9 with the patch layer7-iptables
patch done with out any errors
and i applied patch in kernel to the layer 7 patch
and i have select the required option by doing
make menyconfig
done
make dep
make bzImage
make modules
make modules_install
make install
and rebooted with customer kernel
when i type
iptables -t mangle -A
2002 Jul 01
5
./configure --with-pam
Hi all,
I still have problems with my nt authentication on linux.
My problems start when compiling --with-pam
This is the output, i can't figure out why i get the error.
[root@squid source]# ./configure --with-pam
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a
2004 May 17
4
Redhat 7.3 compiling problem
Firstly, amazing software, props to all the developers.
I'm trying to compile the latest asterisk cvs checkout and keep getting
an error which I can't solve, any help would be much appreciated -
make[1]: Leaving directory `/usr/src/asterisk/stdtime'
if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-05/17/04-16:45:34
> .version; fi
for x in res channels pbx apps
2007 Jul 18
3
Problem building Asterisk 1.2.22
I'm having a problem building Asterisk 1.2.22. It fails in
codecs/codec_zap.c on codec_zap.c is revision 62173. The OS is FC4.
Here's the error. Can anyone help me with this?
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS
-fomit-frame-pointer -fPIC -c -o
2007 Feb 03
2
asterisk 1.2 branch revision 53132 failed to compile
while compiling svn 53132 of asterisk branch 1.2
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE -O6 -march=i586 -DZAPTEL_OPTIMIZATIONS
-DBUSYDETECT_MARTIN -fomit-frame-pointer -fPIC -c -o app_sms.o
app_sms.c
gcc -shared -Xlinker -x -o app_sms.so app_sms.o
make[1]: Leaving directory
2005 May 27
1
Re: Asterisk-Users Digest, Vol 10, Issue 221
Hello all.
How to compile chan_unicall.c
i have problem when compile chan_unicall.c, error message
please help
gcc -c -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-HEAD-05/28/05-06:39:38\" -DASTERISK_VERSION_NUM=999999
2004 Apr 18
1
Samba 3.0.3pre2 & MySQL compilation problem
Hi.
I have this problem when trying to compile Samba with MySQL passdb
backend:
Linking bin/smbcquotas
Linking bin/smbmount
Linking bin/wbinfo
Compiling dynconfig.c with -fPIC
Linking nsswitch/libnss_wins.so
Linking libsmbclient non-shared library bin/libsmbclient.a
Linking libsmbclient shared library bin/libsmbclient.so
Compiling passdb/pdb_mysql.c with -fPIC
passdb/pdb_mysql.c:21:25:
2005 Jun 22
1
Error on installing oh323 on asterisk
I'm following the instruction from Jo?o Amaro from the
page
http://lists.digium.com/pipermail/asterisk-users/2005-February/090752.html
Everything went fine until I run the 'make' command
under asterisk-oh323-0.6.5. I got the error message
chan_oh323.c:5220: too many arguments to function
`ast_channel_register'
I have attached the error message. I'm running
asterisk CVS
2013 Aug 22
1
is it possible to compile chan_h323 with 11.5.0?
Hello!
Tried to compile, but :
[CC] chan_h323.c -> chan_h323.o
chan_h323.c: In function '__oh323_update_info':
chan_h323.c:349: error: dereferencing pointer to incomplete type
chan_h323.c:350: error: dereferencing pointer to incomplete type
chan_h323.c: In function 'oh323_rtp_read':
chan_h323.c:790: error: dereferencing pointer to incomplete type
chan_h323.c:791: error:
2007 Nov 28
1
Cross-compiling asterisk-1.4 for Debian on a slug
Hi folks!
I planned to put asterisk-1.4 on my slug (one of these embedded devices).
Since i don't want to compile it natively on this slow processor, i need
a cross-compile toolchain. I tried out several ways such as manually
compiling binutils and gcc, or using scratchbox. All of these with the
result that i got binaries for machines except the one i wanted! :(
I then have been given a link
2007 Aug 17
3
Problem Installing RMagick
Okay, so I am setting up a brand new Macbook and can''t seem to get
RMagick or ImageMagick to install with Darwin Ports. Can anyone give
me some insight as to why this may be failing? I get the same error
when I do a "sudo port install imagemagick".
Thanks!
sudo port install rb-rmagick
Password:
---> Building XFree86 with target World
Error: Target org.macports.build
2011 Apr 19
1
chan_dahdi under bristuff 0.4.0-RC11 not building under Linux 10.04.2 LTS
Hi all,
I downloaded a copy of bristuff 0.4.0-RC11 on my Ubuntu 10.04.2 LTS server
machine with 2.6.32-24-generic-pae kernel.
The prereq.sh script executes without complaints (BTW on my system,
libncurses-dev evaluates to libncurses5-dev and libz-dev evaluates to
zlib1g-dev).
With the asterisk 1.4.41 package that is installed, a make menuselect
operation indicates that all dependencies are met
2018 Mar 01
2
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
Have tried 2.3.0, 2.3.0.1 & 2.2.34.
Compile is failing for me.
./configure --with-mysql --with-ssl=openssl:
...
checking for SSL_read in -lssl... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking if
2006 Nov 20
2
Installing PIL-1.1.5
Hello,
I?m trying to install PIL (Python Image Library) in a CentOS-4.4,
but I?m getting the follow error after unpack the tarball:
-------------------------------
# python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.3
copying PIL/ExifTags.py -> build/lib.linux-i686-2.3
copying PIL/ImageTransform.py ->
2018 Mar 01
5
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
> On 1 Mar 2018, at 5:56 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote:
>
>
>
> On 01.03.2018 07:34, James Brown wrote:
>> On 1 Mar 2018, at 4:09 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote:
>>>
>>>
>>> What SSL library and version?
>>> ---