[Asterisk-Users] Problems Upgrading to 1.2.1 on Fedora 3

Ray Van Dolson rayvd at digitalpath.net
Tue Jan 3 18:27:12 MST 2006


On Tue, Jan 03, 2006 at 06:43:16PM -0500, Michael Stearne wrote:
> I am having trouble with FC3.
> 
> After doing a yum update (of 1264 packages) I still cannont compile
> 1.2.1 from source:
> 
> make[1]: `libedit.a' is up to date.
> make[1]: Leaving directory `/usr/src/asterisk-1.2.1/editline'
> make[1]: Entering directory `/usr/src/asterisk-1.2.1/db1-ast'
> make[1]: `libdb1.a' is up to date.
> make[1]: Leaving directory `/usr/src/asterisk-1.2.1/db1-ast'
> make[1]: Entering directory `/usr/src/asterisk-1.2.1/stdtime'
> make[1]: *** No rule to make target
> `/usr/lib/gcc/i386-redhat-linux/3.4.2/include/stddef.h', needed by
> `localtime.o'.  Stop.
> make[1]: Leaving directory `/usr/src/asterisk-1.2.1/stdtime'
> make: *** [stdtime/libtime.a] Error 2

Do you have a /usr/lib/gcc/i386-redhat-linux/3.4.2/include/stddef.h file?
Should be part of the gcc package, but... maybe your dependencies got
screwed up somehow.

Do a find /usr/lib/gcc -name 'stddef.h' and see where the file is at.

That's where I'd start anyways.

Ray



More information about the asterisk-users mailing list