Error running make (0509-150)

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
cfenton

Error running make (0509-150)

Post by cfenton »

I am attempting to install ImageMagick on an iSeries system. I have run the config command, but when I run make I get this error

> make
exec(): 0509-036 Cannot load program make because of the following errors:
0509-150 Dependent module /usr/local/lib/libintl.a(libintl.so.3) could not be loaded.
0509-022 Cannot load module /usr/local/lib/libintl.a(libintl.so.3).
0509-026 System error: A file or directory in the path name does not exist.
0509-021 Additional errors occurred but are not reported. [/code]

my libintl.a is located in /local/lib instead of /usr/local/lib. Is there something I can change in the configure options possibly to get it to point to this location?

Thanks
Chelsea Fenton
Post Reply