vermaneerajin / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

Doesn't compile on openbsd 4.4 #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't know if I'm how is wrong or something in shell in a box, I
downloaded shellinabox-2.7.tar.gz

./configure and make are attached

Thanks in advance and keep up the good work :)

Note: Excuse my English, I'm still learning it.

Original issue reported on code.google.com by disco...@gmail.com on 20 May 2009 at 8:32

Attachments:

GoogleCodeExporter commented 8 years ago
I don't think it is you who is doing anything wrong. Rather, this looks like a
compiler bug in the compiler that comes with OpenBSD. I implemented a 
work-around
that should prevent the compiler from generating the incorrect assembly 
instructions.
And I also tracked down and fixed a couple of other places, where OpenBSD 
decides to
be "different".

I can now successfully build on OpenBSD 4.0. That was the only VMWare Appliance 
that
I could find. Hopefully, that means that things are going to work on OpenBSD 
4.4 as
well. I cannot test that myself.

Also, I have not tested whether SSL support and PAM authentication support 
works on
OpenBSD. The copy of OpenBSD 4.0 that I downloaded did not come with those 
libraries
installed. So, it is possible that there are remaining problems that I am not 
aware
of. If so, please file a new bug report. Although, I would probably need remote 
login
access to a development machine in order to further debug the problem.

The newest version of the source code has been checked into SVN. You can follow 
the
instructions on the "Source" tab to download a copy.

Original comment by zod...@gmail.com on 21 May 2009 at 8:08

GoogleCodeExporter commented 8 years ago
Wow, it's amazing that it only took you 1 day, thanks!, although as you said it
didn't work with ssl, so I guess I'm gonna file another bug report.

Original comment by disco...@gmail.com on 24 May 2009 at 12:30