Forum

OS X 10.4.11

Jason Belec
9 April 2010, 18:26
Hi, tried the package, cannot get Hiawatha to run. The Preference pane says it did, but it didn't. Command line yields the following error 'sudo: unable to execute /usr/sbin/hiawatha: Bad CPU type in executable', so I tried building from source, no errors I could catch, but same results.

Intel machine (Mac Mini) for testing

Anyone got an idea what I'm missing or doing wrong?


Hiawatha version: 7.1
Operating System: OS X 10.4.11

Hugo Leisink
9 April 2010, 21:39
You are not doing anything wrong. I've received more complaints about the Preference pane. Try starting Hiawatha by executing /usr/sbin/hiawatha from a Terminal.
Jason Belec
9 April 2010, 23:05
nope, seems your source and your installer are built against 64bit, ouch! Been running through stuff all day trying to get around it.
Jason Belec
9 April 2010, 23:13
ok some success

./configure CFLAGS="-arch i386"

make

sudo make install

Now this is getting somewhere.


However I now see this result after starting Hiawatha

Error binding 0.0.0.0:80
Hugo Leisink
9 April 2010, 23:15
Try starting Hiawatha as user root and make sure no other program (Apache for example) is already listening to port 80.
Jason Belec
9 April 2010, 23:25
nah, it was the fact the /usr/local/var/lib/hiawatha didn't exist, made the last 2 directories and all is running.

Whew!!!

Now I can get to installing it as I wanted and testing. Hopefully this info can help someone else.

Thanks Hugo for the assistance.
This topic has been closed.