Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x86


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
email.list.subscriber ...
Guest





PostPosted: Fri Aug 07, 2009 10:38 pm    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?

# uname -a
SunOS hrndvsoi-zm01 5.10 Generic_137112-07 i86pc i386 i86pc


I'm stuck trying to run make/gmake/\/opt/gnu/bin/make:

<snip>
"make" results in:
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


"gmake" & "/opt/gnu/bin/make" result in:

<snip>
creating libfreeswitch.la
(cd .libs && rm -f libfreeswitch.la && ln -s ../libfreeswitch.la
libfreeswitch.la)
gcc -I/home/vmorales/freeswitch/src/include
-I/home/vmorales/freeswitch/libs/libteletone/src -fPIC -Werror -g
-ggdb -DPATH_MAX=2048 -g -m32 -I/usr/sfw/include -Wall -std=c99
-pedantic -m32 -o .libs/freeswitch freeswitch-switch.o -L/usr/sfw/lib
-lm ./.libs/libfreeswitch.so
/home/vmorales/freeswitch/libs/apr/.libs/libapr-1.a
-L/home/vmorales/freeswitch/libs/srtp /usr/sfw/lib/libstdc++.so
libs/apr/.libs/libapr-1.a -luuid -lsendfile -lrt -ldl -lnsl -lpthread
libs/libedit/src/.libs/libedit.a -lssl -lcrypto -lcurses -lsocket
-R/home/vmorales/freeswitch-build/lib -R/usr/sfw/lib
Undefined first referenced
symbol in file
XML_Parse ./.libs/libfreeswitch.so
XML_ParserCreate ./.libs/libfreeswitch.so
XML_ErrorString ./.libs/libfreeswitch.so
herror ./.libs/libfreeswitch.so
XML_SetUserData ./.libs/libfreeswitch.so
XML_ParserFree ./.libs/libfreeswitch.so
XML_GetErrorCode ./.libs/libfreeswitch.so
XML_SetCharacterDataHandler ./.libs/libfreeswitch.so
XML_SetElementHandler ./.libs/libfreeswitch.so
ld: fatal: Symbol referencing errors. No output written to
.libs/freeswitch
collect2: ld returned 1 exit status
gmake[2]: *** [freeswitch] Error 1
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2
</snip>


Thanks in advance for any information provided.

Vladimir


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mike at jerris.com
Guest





PostPosted: Fri Aug 07, 2009 11:41 pm    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

This is not currently a supported platform, it only builds on 64 bit
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
michal.bielicki at hal...
Guest





PostPosted: Mon Aug 10, 2009 4:56 am    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

It builds on both.
Can you tell me how you are trying to build ?

Am 08.08.2009 um 06:36 schrieb Michael Jerris:

Quote:
This is not currently a supported platform, it only builds on 64 bit
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
email.list.subscriber ...
Guest





PostPosted: Mon Aug 10, 2009 10:55 am    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as I
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if this is
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

This is not currently a supported platform, it only builds on 64 bit
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
email.list.subscriber ...
Guest





PostPosted: Mon Aug 10, 2009 1:22 pm    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as I
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if this is
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

This is not currently a supported platform, it only builds on 64 bit
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
michal.bielicki at hal...
Guest





PostPosted: Tue Aug 11, 2009 4:38 am    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

I'll retst it later today and give you a link with instructions

Am 10.08.2009 um 20:14 schrieb vmorales:

Quote:
By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as I
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if this is
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

This is not currently a supported platform, it only builds on 64 bit
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
email.list.subscriber ...
Guest





PostPosted: Tue Aug 11, 2009 9:15 am    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

Would truly appreciate that.

Thanks Michal!


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michal Bielicki
Sent: Tuesday, August 11, 2009 5:33 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

I'll retst it later today and give you a link with instructions

Am 10.08.2009 um 20:14 schrieb vmorales:

Quote:
By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as I
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if this
is
Quote:
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

This is not currently a supported platform, it only builds on 64 bit
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
Quote:
http://www.freeswitch.org

Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
email.list.subscriber ...
Guest





PostPosted: Thu Aug 13, 2009 2:16 pm    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

Hi Michal,

Just checking in to see if you've been able to take a stab at this.

Thanks,
Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michal Bielicki
Sent: Tuesday, August 11, 2009 5:33 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

I'll retst it later today and give you a link with instructions

Am 10.08.2009 um 20:14 schrieb vmorales:

Quote:
By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as I
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if this
is
Quote:
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

This is not currently a supported platform, it only builds on 64 bit
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
Quote:
http://www.freeswitch.org

Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
bruce.mcalister at blu...
Guest





PostPosted: Mon Aug 24, 2009 4:08 am    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

Hi Vladimir,

Did you get an update on this at all?

Thanks


vmorales wrote:
Quote:
Hi Michal,

Just checking in to see if you've been able to take a stab at this.

Thanks,
Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michal Bielicki
Sent: Tuesday, August 11, 2009 5:33 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

I'll retst it later today and give you a link with instructions

Am 10.08.2009 um 20:14 schrieb vmorales:

Quote:
By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as I
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if this
is
Quote:
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

This is not currently a supported platform, it only builds on 64 bit
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
Quote:
http://www.freeswitch.org

Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
email.list.subscriber ...
Guest





PostPosted: Mon Aug 31, 2009 9:50 am    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

Sorry for the late reply, I was out of the office for the past two
weeks. I'm not sure if there were updates over the mailing list
(still catching up), but while I was out, one of our sys admins was
able to get this compiled and has been verified to be functional on
our Solaris 10/x86 server.

Vladimir

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Bruce McAlister
Sent: Monday, August 24, 2009 4:59 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Hi Vladimir,

Did you get an update on this at all?

Thanks


vmorales wrote:
Quote:
Hi Michal,

Just checking in to see if you've been able to take a stab at this.

Thanks,
Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michal Bielicki
Sent: Tuesday, August 11, 2009 5:33 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

I'll retst it later today and give you a link with instructions

Am 10.08.2009 um 20:14 schrieb vmorales:

Quote:
By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as
I
Quote:
Quote:
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if this
is
Quote:
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

This is not currently a supported platform, it only builds on 64
bit
Quote:
Quote:
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
Quote:
http://www.freeswitch.org

Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
Quote:
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
bruce.mcalister at blu...
Guest





PostPosted: Mon Aug 31, 2009 11:55 am    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

Hi Vladimir,

Would you mind letting us know what your sysadmin did to achieve a
successful build?

I am still having issues building freeswitch.

Thanks
Bruce

vmorales wrote:
Quote:
Sorry for the late reply, I was out of the office for the past two
weeks. I'm not sure if there were updates over the mailing list
(still catching up), but while I was out, one of our sys admins was
able to get this compiled and has been verified to be functional on
our Solaris 10/x86 server.

Vladimir

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Bruce McAlister
Sent: Monday, August 24, 2009 4:59 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Hi Vladimir,

Did you get an update on this at all?

Thanks


vmorales wrote:
Quote:
Hi Michal,

Just checking in to see if you've been able to take a stab at this.

Thanks,
Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michal Bielicki
Sent: Tuesday, August 11, 2009 5:33 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

I'll retst it later today and give you a link with instructions

Am 10.08.2009 um 20:14 schrieb vmorales:

Quote:
By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as
I
Quote:
Quote:
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if this
is
Quote:
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

This is not currently a supported platform, it only builds on 64
bit
Quote:
Quote:
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
Quote:
http://www.freeswitch.org
Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
Quote:
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
email.list.subscriber ...
Guest





PostPosted: Mon Aug 31, 2009 12:22 pm    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

Using Sun Studio and exporting the following flag:

export CFLAGS="-lresolv"

Is how our sysadmin was able to get FS to build.

Vladimir

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Bruce McAlister
Sent: Monday, August 31, 2009 12:49 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Hi Vladimir,

Would you mind letting us know what your sysadmin did to achieve a
successful build?

I am still having issues building freeswitch.

Thanks
Bruce

vmorales wrote:
Quote:
Sorry for the late reply, I was out of the office for the past two
weeks. I'm not sure if there were updates over the mailing list
(still catching up), but while I was out, one of our sys admins was
able to get this compiled and has been verified to be functional on
our Solaris 10/x86 server.

Vladimir

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Bruce McAlister
Sent: Monday, August 24, 2009 4:59 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Hi Vladimir,

Did you get an update on this at all?

Thanks


vmorales wrote:
Quote:
Hi Michal,

Just checking in to see if you've been able to take a stab at this.

Thanks,
Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michal Bielicki
Sent: Tuesday, August 11, 2009 5:33 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

I'll retst it later today and give you a link with instructions

Am 10.08.2009 um 20:14 schrieb vmorales:

Quote:
By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for
Solaris
Quote:
Quote:
Quote:
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as
I
Quote:
Quote:
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if
this
Quote:
Quote:
is
Quote:
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf
Of
Quote:
Quote:
Quote:
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for
Solaris
Quote:
Quote:
Quote:
10/x86

This is not currently a supported platform, it only builds on 64
bit
Quote:
Quote:
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
Quote:
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
Quote:
rs
Quote:
http://www.freeswitch.org
Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
Quote:
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
Quote:
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mike at jerris.com
Guest





PostPosted: Mon Aug 31, 2009 4:11 pm    Post subject: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8 Reply with quote

What was the error building (which lib) ? We should probably push
this in so configure supplies this to the build system


Mike

On Aug 31, 2009, at 1:16 PM, vmorales wrote:

Quote:
Using Sun Studio and exporting the following flag:

export CFLAGS="-lresolv"

Is how our sysadmin was able to get FS to build.

Vladimir

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Bruce McAlister
Sent: Monday, August 31, 2009 12:49 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Hi Vladimir,

Would you mind letting us know what your sysadmin did to achieve a
successful build?

I am still having issues building freeswitch.

Thanks
Bruce

vmorales wrote:
Quote:
Sorry for the late reply, I was out of the office for the past two
weeks. I'm not sure if there were updates over the mailing list
(still catching up), but while I was out, one of our sys admins was
able to get this compiled and has been verified to be functional on
our Solaris 10/x86 server.

Vladimir

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Bruce McAlister
Sent: Monday, August 24, 2009 4:59 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

Hi Vladimir,

Did you get an update on this at all?

Thanks


vmorales wrote:
Quote:
Hi Michal,

Just checking in to see if you've been able to take a stab at this.

Thanks,
Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michal Bielicki
Sent: Tuesday, August 11, 2009 5:33 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris
10/x86

I'll retst it later today and give you a link with instructions

Am 10.08.2009 um 20:14 schrieb vmorales:

Quote:
By "./compile" I was referring to "./configure"

Vladimir

-----Original Message-----
From: vmorales [mailto:email.list.subscriber@gmail.com]
Sent: Monday, August 10, 2009 11:49 AM
To: 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for
Solaris
Quote:
Quote:
Quote:
10/x86

Thanks for the response(s):

I ran the "./compile" script with a set PREFIX. This took a few
attempts with errors before it was able to complete error-free, as
I
Quote:
Quote:
had to install libtool.

Since then, I have tried running 'make', 'gmake', and
'/opt/gnu/bin/make', but each results with an error. This is the
error when running 'make' or 'gmake':

<snip>
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/vmorales/freeswitch-1.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'
</snip>


This is the error when running '/opt/gnu/bin/make':

<snip>
make[5]: *** [mod_amr.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /opt/gnu/bin/make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</snip>


I re-untar'd before each compile/make attempt. Let me know if
this
Quote:
Quote:
is
Quote:
something that I can resolve.

Vladimir


-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf
Of
Quote:
Quote:
Quote:
Michael Jerris
Sent: Saturday, August 08, 2009 12:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Freeswitch pre-compiled for
Solaris
Quote:
Quote:
Quote:
10/x86

This is not currently a supported platform, it only builds on 64
bit
Quote:
Quote:
right now I think on solaris.

Mike

On Aug 6, 2009, at 6:03 PM, vmorales wrote:

Quote:
Hello,

Does anyone have, or know where to get, a pre-compiled copy of
FreeSwitch for Solaris 10/x86?
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
Quote:
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
Quote:
rs
Quote:
http://www.freeswitch.org
Michal Bielicki
Leiter der Niederlassung
HaloKwadrat Sp. z o.o.
Niederlassung Kleinmachnow
Eingetragen im Handelsregister beim Amtsgericht Potsdam, HRB21422P
Ust.Id.: DE261885536
Geschaeftsfuehrer: Aleksander Wiercinski
Meiereifeld 2b, 14532 Kleinmachnow
t. +49 33203 263220
f. +49 33203 263229 sip. info@halokwadrat.de
e. michal.bielicki@halokwadrat.de | w. www.halokwadrat.de
Hauptgeschäftsstelle:
Halo Kwadrat Sp. z o.o.
ul. Polna 46/14
00-644 Warszawa, Polen
EIngetragen im HRB Warszawa, KRS 0000153539



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
Quote:
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
Quote:
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
Quote:
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
rs
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services