search for: shobjs

Displaying 2 results from an estimated 2 matches for "shobjs".

Did you mean: sshobjs
2009 Feb 24
0
db_dump185.c missing if Asterisk 1.4 source file
Hi, In http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.22.tar.gz, you can read db_dump185 among main/astdb/Makefile targets, though this target is commented out from all target : ... LIBDBSO=libdb.so.$(SOVER) PROG= db_dump185 ... SHOBJS= $(patsubst %.o,%.os,$(OBJS)) include $(ASTTOPDIR)/Makefile.rules all: $(LIBDB) #$(LIBDBSO) $(PROG) db_dump185.o: db_dump185.c $(CL) -o $@ $< If you run "make ASTTOPDIR=/usr/src/bristuff .../asterisk db_dump185", it replies db_dump185.c is missing. Is using this makefile t...
2011 Jun 25
2
Shared object packaging in rpm
I whipped up a quick spec to package Zenoss' wmi client and noticed it creates a libasync_wmi_lib.so.0 and libasync_wmi_lib.so.0.0.1 that their python script would otherwise copy during its install routine (obviously I wrote a native rpm section for installation). Anyone know the naming convention associated with so's when they get compiled, what is the .0.1 extra file used for, they are