dhingradeepti
Programmer
Hello All,
I am facing one problem, we have one application which calls a shared library ,which reads one configuration file. In this configuration file log file path & some other paramaters are defined.If the config file is placed in the same directory in which the executable(i.e application) is lying, it works fine.
But as we place it in some different directory then it fails to read the configuration file.
I also tried to write the path of this configuration file in environment PATH, but that didn't work,
If anyone knows its solution then please let me know.
Thanks
I am facing one problem, we have one application which calls a shared library ,which reads one configuration file. In this configuration file log file path & some other paramaters are defined.If the config file is placed in the same directory in which the executable(i.e application) is lying, it works fine.
But as we place it in some different directory then it fails to read the configuration file.
I also tried to write the path of this configuration file in environment PATH, but that didn't work,
If anyone knows its solution then please let me know.
Thanks