:wq - blog » packages http://writequit.org/blog Tu fui, ego eris Mon, 22 Dec 2014 14:54:59 +0000 en-US hourly 1 http://wordpress.org/?v=4.1.5 Blog layout/pages update http://writequit.org/blog/2007/12/13/blog-layoutpages-update/ http://writequit.org/blog/2007/12/13/blog-layoutpages-update/#comments Thu, 13 Dec 2007 20:06:25 +0000 http://writequit.org/blog/?p=103 Just a small update, I finally got around to creating static pages for the important things I’ve posted on my blog. You can view them on the right-hand column of the main page. I’ve created pages for the following projects/topics:

Hopefully this makes it easier to link to a particular project. Take a look and let me know if you find anything missing! I’m hoping to add a link for packages I’ve created soon also!

Also, I’m contemplating future posts, are there any requests for particular posts on a certain topic? More ZFS posts? More security tool posts? More how-to posts? Leave me a comment and let me know!

]]>
http://writequit.org/blog/2007/12/13/blog-layoutpages-update/feed/ 0
Packages to get svn working on Hex 1.0.* http://writequit.org/blog/2007/12/03/packages-to-get-svn-working-on-hex-10/ http://writequit.org/blog/2007/12/03/packages-to-get-svn-working-on-hex-10/#comments Tue, 04 Dec 2007 00:44:12 +0000 http://writequit.org/blog/?p=97 Trying to run svn on Hex 1.0.* you get the following error:

/libexec/ld-elf.so.1: Shared object "libaprutil-1.so.2" not found, required by "svn"

As geek00l pointed out, this can be fixed by issuing the following command:

cd /usr/ports/devel/apr-svn/ && make install clean

Assuming you have a ports tree downloaded into hex, but what if you don’t have access to the ports tree? (I can’t download the ports tree from my work) Well, I’ve created the packages you need to install in order to get svn to work properly.

First, download db42-4.2.52_5.tbz and apr-gdbm-db42-1.2.8_2.tbz to the same directory somewhere on the Hex machine. Then issue the following command:

sudo pkg_add -v ./apr-gdbm-db42-1.2.8_2.tbz

This will automatically install the db42 package as a dependency. After installing the apr package, svn should work without any problems.

You can see more packages on the Hex project page.

]]>
http://writequit.org/blog/2007/12/03/packages-to-get-svn-working-on-hex-10/feed/ 0