View previous topic :: View next topic |
Author |
Message |
technologyinspired at ... Guest
|
Posted: Tue Apr 21, 2009 3:37 pm Post subject: [Freeswitch-users] Errors while installing FreeSwitch 1.0.4p |
|
|
I have found erros while installing FreeSwitch 1.0.4pre4. I am using Toshiba Laptop with FC10.
here is the partial output of "make" command:
...
...
Making servers/slapd/backends.c
Add config ...
Add ldif ...
Making servers/slapd/overlays/statover.c
Please run "make depend" to build dependencies
Making all in /usr/src/freeswitch-1.0.4pre4/libs/openldap-2.4.11
Entering subdirectory include
Making ldap_config.h
Entering subdirectory libraries
Making all in /usr/src/freeswitch-1.0.4pre4/libs/openldap-2.4.11/libraries
Entering subdirectory liblutil
getpeereid.c: In function ‘lutil_getpeereid’:
getpeereid.c:65: error: storage size of ‘peercred’ isn’t known
make[8]: *** [getpeereid.o] Error 1
make[7]: *** [all-common] Error 1
make[6]: *** [all-common] Error 1
make[5]: *** [/usr/src/freeswitch-1.0.4pre4/libs/openldap-2.4.11/libraries/libldap_r/libldap_r.la] Error 2
make[4]: *** [all] Error 1
make[3]: *** [mod_ldap-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
[root@localhost freeswitch-1.0.4pre4]
Even though it is showing that FreeSwitch has been successfully buit and run make install. at the end it gives 2 errors. So is the "make" process complete or there is some bug?
Regards,
Vin |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Apr 21, 2009 3:52 pm Post subject: [Freeswitch-users] Errors while installing FreeSwitch 1.0.4p |
|
|
Don't compile any of the ldap modules. It's not FreeSWITCH fails to build its the OpenLDAP library that is failing.
I don't think the ldap modules do much of anything right now in the first place.
/b
On Apr 21, 2009, at 3:30 PM, technologyinspired wrote:
Quote: | I have found erros while installing FreeSwitch 1.0.4pre4. I am using Toshiba Laptop with FC10.
here is the partial output of "make" command:
...
... |
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
|