View previous topic :: View next topic |
Author |
Message |
preeta.pandey at wipro... Guest
|
Posted: Thu Jan 24, 2008 10:54 pm Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
Hi all,
Please help me in installing Asterisk.
I am getting the following error when trying to install Libpri
[treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o copy_string.o copy_string.c
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o pri.o pri.c
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o q921.o q921.c
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o prisched.o prisched.c
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o q931.o q931.c
In file included from q931.c:28:
pri_internal.h:263: error: expected declaration specifiers or ?...? before ?size_t?
q931.c: In function ?receive_calling_party_number?:
q931.c:949: error: too many arguments to function ?libpri_copy_string?
q931.c: In function ?transmit_keypad_facility?:
q931.c:1425: error: too many arguments to function ?libpri_copy_string?
q931.c: In function ?q931_keypad_facility?:
q931.c:2492: error: too many arguments to function ?libpri_copy_string?
q931.c: In function ?pri_release_finaltimeout?:
q931.c:2667: error: too many arguments to function ?libpri_copy_string?
q931.c: In function ?q931_setup?:
q931.c:2817: error: too many arguments to function ?libpri_copy_string?
q931.c:2820: error: too many arguments to function ?libpri_copy_string?
q931.c:2837: error: too many arguments to function ?libpri_copy_string?
q931.c:2854: error: too many arguments to function ?libpri_copy_string?
q931.c:2860: error: too many arguments to function ?libpri_copy_string?
q931.c: In function ?q931_receive?:
q931.c:3314: error: too many arguments to function ?libpri_copy_string?
q931.c:3315: error: too many arguments to function ?libpri_copy_string?
q931.c:3316: error: too many arguments to function ?libpri_copy_string?
q931.c:3318: error: too many arguments to function ?libpri_copy_string?
q931.c:3319: error: too many arguments to function ?libpri_copy_string?
q931.c:3320: error: too many arguments to function ?libpri_copy_string?
q931.c:3321: error: too many arguments to function ?libpri_copy_string?
q931.c:3322: error: too many arguments to function ?libpri_copy_string?
q931.c:3323: error: too many arguments to function ?libpri_copy_string?
q931.c:3324: error: too many arguments to function ?libpri_copy_string?
q931.c:3351: error: too many arguments to function ?libpri_copy_string?
q931.c:3381: error: too many arguments to function ?libpri_copy_string?
q931.c:3395: error: too many arguments to function ?libpri_copy_string?
q931.c:3396: error: too many arguments to function ?libpri_copy_string?
q931.c:3482: error: too many arguments to function ?libpri_copy_string?
q931.c:3510: error: too many arguments to function ?libpri_copy_string?
q931.c:3545: error: too many arguments to function ?libpri_copy_string?
q931.c:3573: error: too many arguments to function ?libpri_copy_string?
q931.c:3599: error: too many arguments to function ?libpri_copy_string?
q931.c:3607: error: too many arguments to function ?libpri_copy_string?
q931.c:3608: error: too many arguments to function ?libpri_copy_string?
q931.c: In function ?pri_internal_clear?:
q931.c:3695: error: too many arguments to function ?libpri_copy_string?
make: *** [q931.o] Error 1
Please help me out.
Thanking you,
Preeta Pandey
Please do not print this email unless it is absolutely necessary. Spread environmental awareness.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080125/80b6e17e/attachment.htm |
|
Back to top |
|
|
asterisk at astroshape... Guest
|
Posted: Thu Jan 24, 2008 11:16 pm Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
preeta.pandey at wipro.com wrote:
Quote: |
Hi all,
Please help me in installing Asterisk.
I am getting the following error when trying to install Libpri
|
Quote: |
Please help me out.
Thanking you,
Preeta Pandey
|
You aren't compiling the latest version of 1.4.3. Have you tried that?
If that doesn't work, what are the specs of the machine you are on? OS?
32 or 64bit? etc...
--
Mark Johnson
http://www.astroshapes.com/information-technology/blog |
|
Back to top |
|
|
dcotton at linuxautrem... Guest
|
Posted: Fri Jan 25, 2008 3:09 am Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
On Friday 25 January 2008 05:25:57 Lyle Giese wrote:
Quote: | You need to do a 'make' before the 'make install'.
|
"make install" will do all that is necessary to install a program including
making any files necessary.
--
Dave Cotton |
|
Back to top |
|
|
gopal.krishnan at peop... Guest
|
Posted: Fri Jan 25, 2008 3:20 am Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
Hi Pandey,
What type of OS you are using, is it redhat or fedora. and install with
latest version.
On Jan 25, 2008 9:55 AM, Lyle Giese <lyle at lcrcomputer.net> wrote:
Quote: | You need to do a 'make' before the 'make install'.
Lyle
preeta.pandey at wipro.com wrote:
Hi all,
Please help me in installing Asterisk.
I am getting the following error when trying to install Libpri
[treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c
-o copy_string.o copy_string.c
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Thank you with regards,
Gopal,
PeopleTech Systems Private Limited
www.peopletech.co.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080125/476c6fad/attachment.htm |
|
Back to top |
|
|
preeta.pandey at wipro... Guest
|
Posted: Fri Jan 25, 2008 3:38 am Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
Hi,
I am using Fedora and I tried to install Libpri-1.4.3 but now I am getting error "AVC access denied". Its saying I need to disable SELinux protection. I do not know what to do. Please help me out.
Thanking you,
Preeta
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com on behalf of Gopal krishnan
Sent: Fri 1/25/2008 1:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Finding difficulty in installing Asterisk
Hi Pandey,
What type of OS you are using, is it redhat or fedora. and install with
latest version.
On Jan 25, 2008 9:55 AM, Lyle Giese <lyle at lcrcomputer.net> wrote:
Quote: | You need to do a 'make' before the 'make install'.
Lyle
preeta.pandey at wipro.com wrote:
Hi all,
Please help me in installing Asterisk.
I am getting the following error when trying to install Libpri
[treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c
-o copy_string.o copy_string.c
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Thank you with regards,
Gopal,
PeopleTech Systems Private Limited
www.peopletech.co.in
Please do not print this email unless it is absolutely necessary. Spread environmental awareness.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3859 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080125/1e3d2cdc/attachment-0001.bin |
|
Back to top |
|
|
preeta.pandey at wipro... Guest
|
Posted: Fri Jan 25, 2008 3:44 am Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
Hi Dave,
I did make clean and then make. But then when I am giving make install its giving error "AVC access denied".
I am using Fedora.
What may be the problem?
Help me..
Thanking you,
Preeta Pandey
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com on behalf of Dave Cotton
Sent: Fri 1/25/2008 1:39 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Finding difficulty in installing Asterisk
On Friday 25 January 2008 05:25:57 Lyle Giese wrote:
Quote: | You need to do a 'make' before the 'make install'.
|
"make install" will do all that is necessary to install a program including
making any files necessary.
--
Dave Cotton
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Please do not print this email unless it is absolutely necessary. Spread environmental awareness.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3339 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080125/5f09deed/attachment.bin |
|
Back to top |
|
|
bryan at sheltonjohns.com Guest
|
Posted: Fri Jan 25, 2008 8:01 am Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
It appears as though SELinux is preventing you from moving forward.
Perform the following to disable SELinux.
cd /etc/selinux
vi config
change "enabled" to "disabled"
write your changes
reboot
Bryan M. Johns
Shelton | Johns
Office: 678.248.2637
FindMe: 678.229.1809
Support: support at sheltonjohns.com
http://www.sheltonjohns.com
On Jan 25, 2008, at 3:44 AM, <preeta.pandey at wipro.com> <preeta.pandey at wipro.com
Quote: |
Hi Dave,
I did make clean and then make. But then when I am giving make
install its giving error "AVC access denied".
I am using Fedora.
What may be the problem?
Help me..
Thanking you,
Preeta Pandey
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com on behalf of Dave Cotton
Sent: Fri 1/25/2008 1:39 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Finding difficulty in installing
Asterisk
On Friday 25 January 2008 05:25:57 Lyle Giese wrote:
Quote: | You need to do a 'make' before the 'make install'.
|
"make install" will do all that is necessary to install a program
including
making any files necessary.
--
Dave Cotton
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Please do not print this email unless it is absolutely necessary.
Spread environmental awareness.
The information contained in this electronic message and any
attachments to this message are intended for the exclusive use of
the addressee(s) and may contain proprietary, confidential or
privileged information. If you are not the intended recipient, you
should not disseminate, distribute or copy this e-mail. Please
notify the sender immediately and destroy all copies of this message
and any attachments.
WARNING: Computer viruses can be transmitted via email. The
recipient should check this email and any attachments for the
presence of viruses. The company accepts no liability for any damage
caused by any virus transmitted by this email.
www.wipro.com
<winmail.dat>_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Fri Jan 25, 2008 1:29 pm Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
On Fri, Jan 25, 2008 at 02:08:02PM +0530, preeta.pandey at wipro.com wrote:
Quote: | Hi,
I am using Fedora and I tried to install Libpri-1.4.3 but now I am getting error "AVC access denied". Its saying I need to disable SELinux protection. I do not know what to do. Please help me out.
|
Again, what distrbution and vversion of it do you use?
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
deepak_nai at yahoo.com Guest
|
Posted: Fri Jan 25, 2008 1:48 pm Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
Before installing ensure selinux is disabled. Check the link below to understand Selinux in Redhat/Fedora.
http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Deployment_Guide-en-US/ch-selinux.html
Check below link to disable selinux in Fedora, or google around for ur version of fedora.
http://docs.fedoraproject.org/selinux-faq-fc3/
--
Deepak
preeta.pandey at wipro.com wrote:
Hi Dave,
I did make clean and then make. But then when I am giving make install its giving error "AVC access denied".
I am using Fedora.
What may be the problem?
Help me..
Thanking you,
Preeta Pandey
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com on behalf of Dave Cotton
Sent: Fri 1/25/2008 1:39 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Finding difficulty in installing Asterisk
On Friday 25 January 2008 05:25:57 Lyle Giese wrote:
Quote: | You need to do a 'make' before the 'make install'.
|
"make install" will do all that is necessary to install a program including
making any files necessary.
--
Dave Cotton
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Please do not print this email unless it is absolutely necessary. Spread environmental awareness.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
---------------------------------
Support the World Aids Awareness campaign this month with Yahoo! for Good
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080125/2767acf6/attachment.htm |
|
Back to top |
|
|
joris at bitnetwerk.nl Guest
|
Posted: Fri Jan 25, 2008 1:58 pm Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
Tzafrir Cohen wrote:
Quote: | On Fri, Jan 25, 2008 at 02:08:02PM +0530, preeta.pandey at wipro.com wrote:
Quote: | Hi,
I am using Fedora and I tried to install Libpri-1.4.3 but now I am getting error "AVC access denied". Its saying I need to disable SELinux protection. I do not know what to do. Please help me out.
|
Again, what distrbution and vversion of it do you use?
| Just set the SELINUX=enforcing to SELINUX=disabled in /etc/selinux/config.
Reboot and this will disable selinux completely.
Then try again. Good luck.
Greetings,
Joris |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Fri Jan 25, 2008 3:01 pm Post subject: [asterisk-users] Finding difficulty in installing Asterisk |
|
|
On Fri, Jan 25, 2008 at 06:48:21PM +0000, Deepak Naidu wrote:
Quote: | Before installing ensure selinux is disabled.
|
This should not be needed. If it is, it is a bug.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
|