Hello.
I'm having some difficulties trying to compile the driver in Solaris 9. Please, help me.
The following message appears:
> ld: fatal: file odbcdriver.exp: unknown file type
Thank you
Sory for long answer, but i doesn`t look hire for that moment. So solaris doesn`t support dynamic library entry discription files. So look inside Makefile in srs directory and find such line
$(PROG_NAME): $(OBJECTS) odbcdriver.exp $(CPP) $(OBJECTS) -shared $(INCLUDED_LIBS) -Wl,-soname -Wl,libOraODBC.so.1 -Wl,-retain-symbols-file -Wl,odbcdriver.exp -o $(PROG_NAME)
change it on $(PROG_NAME): $(OBJECTS) $(CPP) $(OBJECTS) -shared $(INCLUDED_LIBS) -o $(PROG_NAME)
and all must be right.
Best regards.
Also doesn`t forget to download lastest version 0.23.6. It corect some critical error in auto commit operation
Log in to post a comment.
Hello.
I'm having some difficulties trying to compile the driver in Solaris 9. Please, help me.
The following message appears:
> ld: fatal: file odbcdriver.exp: unknown file type
Thank you
Sory for long answer, but i doesn`t look hire for that moment.
So solaris doesn`t support dynamic library entry discription files. So look inside Makefile in srs directory and find such line
$(PROG_NAME): $(OBJECTS) odbcdriver.exp
$(CPP) $(OBJECTS) -shared $(INCLUDED_LIBS) -Wl,-soname -Wl,libOraODBC.so.1 -Wl,-retain-symbols-file -Wl,odbcdriver.exp -o $(PROG_NAME)
change it on $(PROG_NAME): $(OBJECTS)
$(CPP) $(OBJECTS) -shared $(INCLUDED_LIBS) -o $(PROG_NAME)
and all must be right.
Best regards.
Also doesn`t forget to download lastest version 0.23.6. It corect some critical error in auto commit operation