Displaying 20 results from an estimated 1000 matches similar to: "Error installing asterisk"
2005 Jun 02
1
compile asterisk
hello
i have a small problem in installation of asterisk can
any one tell me what is the solution
gcc -shared -Xlinker -x -o app_zapscan.so
app_zapscan.o
gcc -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/26/05-20:43:39\"
2005 Jun 09
1
compile error cannot find -lidn
hello
can u tell me what is the problem in my asterisk or
linux why i am getting this error while make.
PTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\"CVS-HEAD-05/26/05-20:43:39\"
-DASTERISK _VERSION_NUM=999999 -DINSTALL_PREFIX=\"\"
-DASTETCDIR=\"/etc/asterisk\" -DASTLIB
DIR=\"/usr/lib/asterisk\"
-DASTVARLIBDIR=\"/var/lib/asterisk\"
2003 Jun 22
1
0.99.10-rc1
Home again.
Fixed SSL checking for Redhat 9, I hope. Could someone test if it
actually works now? Also fixed a few compiler warnings. If this thing
works, I'll just update the NEWS file and call it 0.99.10.
http://dovecot.procontrol.fi/rc/
Near future plans include rewriting parts of index handling. At least
.tree file will go, I've a _much_ better idea how to replace it. .data
file is
2005 Jan 27
4
/usr/bin/ld: cannot find -lidn
Bueller? Is this a lib of some kind? Google and lists bring up nada,
this is from ast cvs head latest on Fedora Core 3.
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1
make[1]: Leaving directory `/usr/src/asterisk/apps'
make: *** [subdirs] Error 1
[root@zoot asterisk]# uname -a
Linux zoot 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004
2004 Dec 28
3
Fedora Core 3 app_curl compile error?
Hi,
I'm making the latest CVS asterisk source on a newly installed Fedora
Core 3 distribution. However, when the makefile for asterisk/apps runs,
it generates an error when trying to link app_curl.so complaining about
not finding -lidn.
Has anyone else run into this problem? I can chase down libidn but I
find it odd that others on the list have seemingly gotten asterisk to work
on FC3 but
2003 Feb 03
1
Error in configure Last CVS and 3.0.alpha21 on Solaris 8
Hi all,
I'm having problems trying to configure samba with the lastest source.
The command I'm using is
env CPPFLAGS="-I/usr/local/kerberos/include -I/usr/local/ldap/include"
LDFLAGS="-L/usr/local/kerberos/lib -L/usr/local/ldap/lib"
./configure --with-ads --with-ldap --with-kerberos=/usr/local/kerberos
--with-pam --with-winbind
and the error is
checking whether to
2008 Jul 26
5
Cups problems while compiling WINE
Just tried to compile WINE on opensuse 11 64bit. I did everything as described here: WineOn64bit - The Official Wine Wiki (http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0)
But running the configure script I'm getting that message:
Code:
configure: libcups development files not found, CUPS won't be supported.
That means that the printer output isn't
2007 Feb 04
1
FreeBSD Compile Errors
Hi everyone:
I'm trying to compile Asterisk on FreeBSD 6.0-RELEASE and I'm getting the
following error:
cc -O2 -fno-strict-aliasing -pipe -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Iinclude -I../include
-D_REENTRANT -D_GNU_SOURCE -DMAKE_VALGRIND_HAPPY -I/usr/local/include
-L/usr/local/lib -I/usr/local/include/spandsp -DZAPTEL_OPTIMIZATIONS
2007 Feb 02
1
minor kerberized dovecot build issue
Hi all, again,
I'm not knowledgeable about Kerberos, but we have a few users who use it
to make sure that it works well on Solaris... so, they would like
a Kerberized IMAPd. I tried compiling dovecot --with-gssapi on
Solaris Nevada (the current development release), and the configure
script choked for a couple of reasons. First, script uses 'grep -qv'
in the case that you specify
2005 May 10
2
Problem compiling Icecast on RedHat
Hi,
I'm trying to build Icecast on a RedHat AS3 workstation. All the requisite
libraries are already bundled with the distro. IThe compile runs for maybe
30 seconds (maybe less) and then fails. The last few lines of the make
output are appended below. I'm not even sure what it's actually complaing
about.
gcc -pthread -g -O2 -o icecast cfgfile.o main.o logging.o sighandler.o
2005 Jan 10
1
/usr/bin/ld error on make asterisk with Fedora Core 3
I've downloaded the latest CVS as of yesterday. Zaptel and libpri
compile and link OK but after issuing the "make asterisk" command I get
the following:
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1
make[1]: leaving directory '/usr/src/asterisk/apps'
make: *** [subdirs] Error 1
Linux version is 2.6.9-1.667
gcc
2009 Nov 06
2
bus error
Hi all,
What does this mean?
root at web # ./net ads join -U samba
Enter samba's password:
Bus Error (core dumped)
Is it similar to seg fault?
Paras.
2009 Apr 03
3
gssapi not enabled
I'm trying to get gssapi-with-mic to work but the enabled field in the
method struct is disabled I.e.
The gssapi-with-mic enable field s not enabled in in the *method struct; it
fails at:
if (authmethod_is_enabled(method))
in the authmethod_is_enabled(method) function call
using ddd , OpenSSH 5.2.p1, Linux 2.6.22.5-31 (SuSE 10.2)
Questiion - what enables gssapi-with-mic?
Thanks
tedc
2004 Jun 25
1
Compilation with Kerberos problem
I'm trying to compile Samba 3.0.4 with Active Directory support on
OpenBSD 3.5, using the native Kerberos libraries (which happens to be
Heimdal 0.6). Unfortunately, ./configure isn't working right. If anyone
can help me figure out what the problem is, i would appreciate it.
First a bit of info on OpenBSD's Kerberos path layout, in case it
matters:
/usr/libexec - daemons
2010 Nov 05
1
Asterisk 1.8 Installation Problem
Hi,
We want to upgrade both our servers to asterisk 1.8, the one from Romania and the one from Chicago, but for the moment I`m trying to install Asterisk 1.8 on a test machine running CentOS 5.5 with the kernel: Linux asterisk3 2.6.18-194.17.4.el5PAE #1 SMP Mon Oct 25 16:35:27 EDT 2010 i686 i686 i386 GNU/Linux .
I`ve tried many things from the forums and mailing lists but none seemed to help me.
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp
But when I try to patch the Makefile it gives this error
[root@pbxmilkshake apps]# patch < apps_makefile.patch
patching file Makefile
Reversed (or previously applied) patch detected! Assume -R? [n] y
Hunk #1 succeeded at 41 (offset -6 lines).
Hunk #2 FAILED at 67.
is it ok to go on
2006 Nov 15
2
Page() Function Timeout
I'm trying to use a simple page function. It starts a MeetMe conference
with the devices I've listed, but the devices hang up after 3-5 seconds.
After doing some research I found this was a problem, and I needed to
remove a (5) from app_page.c
Well, my app_page.c didn't have the (5). I did make clean; make install
again just in case I had some weird compiled version installed that
2006 May 02
2
Dovecot-1.0.beta7 Build Fedora 3 Error
Hello
I'm attempting to configure Dovecot with mysql support so I'm able to
have a single database of users and point both postfix and dovecot to
this db.
I currently have an rpm src that I have download and placed in my
RPMBUILDROOT of my linux box.
Next I configured the .spec file and attempted to run a rpmbuild -bb
Near the end of the install phase I receive an error which has me
2009 Jul 20
0
No subject
to have lpthread but with no luck , still doesn=E2=80=99t work.
Thanks for the answers guys,
Bogdan
------=_NextPart_000_0728_01CB7CD3.380311A0
Content-Type: text/html;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
<HTML><HEAD></HEAD>
<BODY dir=3Dltr>
<DIV dir=3Dltr>
<DIV style=3D"FONT-FAMILY: 'Calibri'; COLOR: #000000;
2008 Jun 16
2
Installation Problem -
Hello,
I have installed dovecot Version 1.0.14 on Centos Linux 4.6.
When I do ./configure --with-pam, I get below mentioned error.
Please help
Best Regards
Kaushal
---------------- Error ----------
Making all in imap-login
make[3]: Entering directory `/tmp/dovecot-1.0.14/src/imap-login'
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -W
-Wmissing-prototypes