failed to load

pidow

New member
Messages
10
Points
0
Hi i have error in map server:
 
[Fatal Error]: HPM:plugin_load: failed to load 'plugins/dispbottom_all.so' (error: plugins/dispbottom_all.so: cannot open shared object file: No such file or directory)!
 
I don't understand because i put *.c file in src/plugins folder.
may be it's mistake during configuration ? 
Do you make : configure -> make clean -> make plugins -> make sql
or
configure -> make clean -> make sql -> make plugins ?
 
Thx for you help !
 
You added it to plugins.conf and makefile.in?

 
it's in the src/plugins folder, there you add the plugin name (without .c)

Code:
MYPLUGINS = dispbottom_all
 
Back
Top