Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: pgadmin 1.6.3 - segmentation fault



Marcin Zajączkowski wrote:
cp: cannot stat `./src/include/images/elephant48.xpm': No such file or directory

Were there some changes with graphic files?

Yeah, in fact the entire src/ tree moved to pgadmin/.

In the spec file, change the line:

cp -f ./src/include/images/elephant48.xpm %{buildroot}/%{_datadir}/%{name}/%{name}.xpm

to

cp -f ./pgadmin/include/images/elephant48.xpm %{buildroot}/%{_datadir}/%{name}/%{name}.xpm

And that should fix it. I've made the change in SVN already.

Regards, Dave.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group