vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, After installing Postgresql 8.3 beta1 on a fresh FreeBSD 6.2 (port databases/postgresql83-server) initdb gives error: # /usr/local/etc/rc.d/postgresql initdb initdb: file "/usr/local/share/postgresql/snowball_create.sql" does not exist This means you have a corrupted installation or identified the wrong directory with the invocation option -L. Is this expected at this time, or maybe a faulty port? Thanks. ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| rihad wrote: > Hi, > > After installing Postgresql 8.3 beta1 on a fresh FreeBSD 6.2 (port > databases/postgresql83-server) initdb gives error: > > # /usr/local/etc/rc.d/postgresql initdb > initdb: file "/usr/local/share/postgresql/snowball_create.sql" does not > exist > This means you have a corrupted installation or identified > the wrong directory with the invocation option -L. > > Is this expected at this time, or maybe a faulty port? Faulty port, most likely. They are forgetting to install the snowball_create.sql file perhaps, which is new in 8.3. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |