Compile from srource

Scott James Remnant scott at netsplit.com
Tue Mar 2 13:25:39 GMT 2010


On Tue, 2010-03-02 at 06:08 +0000, Grail Dane wrote:


> Thanks for the replies. Just to confirm, I am building an entirely
> upstart dependant
> distro (so no initial references to old init or /etc/init.d stuff), so
> should I be linking
> statically or dynamically? ( I am leading toward the latter)
> 
If your building from source, you should build from the tarballs and
just make and install libnih before Upstart, there's no need for the
--with-local-libnih trick:

	cd libnih
	./configure
	make
	sudo make install

	cd ../upstart
	./configure
	make
	sudo make install

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/upstart-devel/attachments/20100302/a4b9fca5/attachment.pgp 


More information about the upstart-devel mailing list