*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Okay... you should have needed to reboot. Also, did you install the package from the link before I edited it or after? Because if it was before then you probably installed the wrong binary. Do a pkg_delele of it and install the i386 binary.
What probably happens is it is looking for a library you don't have... oops... let me edit it one more time to point to 3.6 as well. I clearly wasn't paying attention when I hit the ftp tree this morning.
pkg_add that link and it should work. Sorry about the misdirection there. I don't know where my mind is... probably need sleep since I have been working all night.
Then I re pkg_add'd the CORRECT file. I figured out what the url compression was but blindly followed the 3.5 link the first time... made sure it was 3.6 this time.
bunzip2 maildrop-1.8.0.tar.bz2
bunzip2: maildrop-1.8.0.tar.bz2 is not a bzip2 file.
file maildrop-1.8.0.tar.bz2 said it was an HTML document... hmm... could be onto something there
I've just downloaded the version from the ports.
Thanks for your help - where I can find a search function for the ports? For example I had a fair idea I needed bunzip2 but didn't know where to find it within the ports. I'm a user of Gentoo also and Gentoo has the
'emerge -s bunzip2' option which will list closes matches that are listed in the emerge tree. Is there a similar option in OpenBSD?
As for a way to search them... you could install the ports tree or something. To be honest, I don't have OpenBSD currently installed and I haven't ever installed it on a machine which I used for an extended period of time. Not because it is bad but I just have really weak machines to test stuff on (I actually need to use my desktop computer so FreeBSD is safe on it).
Not sure how big the file was. I've deleted it. Now all I need to do is find out where I'm suppoed to run the make command for this version of maildrop. I'm following a guide to setup qmail and the guide tells me how to use maildrop-1.8.0 hence why I was trying to use it. They told me where to get it from but as we've found out, the file they send me to was a HTML file.
I cp's the maildrop file into a dir called /package/maildrop and then did a:
tar xvf maildrop-1.5.3.tgz
what's the general rule of thumb to now find where to run the
./configure
make
make install?
You don't need to untar it... it is a package. Just use the pkg_add command like you did for bzip2
pkg_add /package/maildrop/maildrop-1.5.3.tgz
---
EDIT: You really aren't being a pain at all. You are giving me something to do while I wait out the clock here at my work. Another hour before I can get home to sleep. And I have got to keep my mind active somehow.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.