[Home]

Summary:ASTERISK-05330: make install fails for ooh323
Reporter:hristo (hristo)Labels:
Date Opened:2005-10-20 02:37:26Date Closed:2005-10-31 18:13:57.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:make completes just fine but:

# make install
cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
cp: cannot stat `.libs/libchan_h323.so.1.0.1': No such file or directory
make: *** [install] Error 1


****** ADDITIONAL INFORMATION ******

looks like we still have the channel driver compiled under .libs/libchan_h323.1.0.1 (note the missing .so in the name).

Seems like a typo in the Makefile. After coping the compiled file like that:

cp .libs/libchan_h323.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so

I can get the ooh323 channel loaded in asterisk.
Comments:By: Olle Johansson (oej) 2005-10-20 09:40:21

I got the same problem.

By: Kevin P. Fleming (kpfleming) 2005-10-31 18:13:05.000-0600

I believe this has already been fixed in CVS HEAD.