Forum OpenACS Development: Re: BSD installer: FreeBSD port

Collapse
Posted by xx xx on
I uploaded a new version. It should work on 4.10. Please, verify and report back. I didn't have time to rerun it yet.

On 4.10 there was the same problem with .profile and rc.conf as described above. If you correct those, logout and login, restart postgresql and then:
su -l postgres "dropdb service0"
su -l postgres "createlang plpgsql template1"
su -l postgres "createlang -l template1"
su -l postgres "dropdb service0"
shutdown -r now

If that doesn't work, try again with the new port version (27-12-04)

Collapse
Posted by xx xx on
Sorry, the second su -l postgres "dropdb service0" should be:
su -l postgres "createdb service0"
Collapse
Posted by T.K. kang on
Thanks for updating the port. I gave it a try yesterday on a fresh 4.10. It gave some errors in creating the pgsql directory and the bash. I did that manually and the installation went O.K. I am playing with it now !! I think some minor updates will make it complete. Looking forward to the final refinement of the port.

Cheers