Can someone compile this for me?


Recommended Posts

I can give it a try, but my system's using a standard Slackware 12 install.  It's possible that there'll be tons of dependencies that you won't have, and you'll need to hunt them down and install them all.

 

BTW, you can compile programs on unRAID, you just need to install a lot of development packages (gcc is a must, plus kernel-headers, occasionally kernel-source, various libs, etc).  When I was running off of the flash drive, I just had a directory full of developmental packages.  When I needed to compile something, I installed them all, then compiled away.

Link to comment

Here you go, it ran on my unraid system

 

Library usage doesn't seem that bad, if there are issues I'll compile statically.

 

root@unraid:/mnt# ldd trrntzip

        linux-gate.so.1 =>  (0xb7ef2000)

        libz.so.1 => /usr/lib/libz.so.1 (0xb7eda000)

        libm.so.6 => /lib/libm.so.6 (0xb7eb3000)

        libc.so.6 => /lib/libc.so.6 (0xb7d71000)

        /lib/ld-linux.so.2 (0xb7ef3000)

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.