Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

there are problems with fetch_image.cgi #86

Open
safooray opened this issue Jun 4, 2018 · 1 comment
Open

there are problems with fetch_image.cgi #86

safooray opened this issue Jun 4, 2018 · 1 comment

Comments

@safooray
Copy link

safooray commented Jun 4, 2018

On Windows 10 I'm getting Fatal: there are problems with fetch_image.cgi popup on web-page opening and then on each of Next image clicks which fail. I looked inside Apache error log and found this:

(OS 2)The system cannot find the file specified. : [client ::1:63885] AH01223: couldn't spawn child process: C:/git/LabelMeAnnotationTool/annotationTools/perl/write_logfile.cgi
(OS 2)The system cannot find the file specified. : [client ::1:63886] couldn't create child process: 720002: write_logfile.cgi

I have installed Active Perl and the shebang line in my cgi scripts points to the where my perl.exe sits.
I have included these lines in my Apache conf:

    LoadModule cgi_module modules/mod_cgi.so
    ScriptAlias /cgi-bin/ "C:/git/LabelMeAnnotationTool/"
    AddHandler cgi-script .cgi .pl
<Directory "C:/git/LabelMeAnnotationTool/">
    AllowOverride None
    Options None
    Require all granted
</Directory>
@tirthparikh
Copy link

Hello @safooray , From the comments you mentioned in the issues, I understand that you are also setting this on Windows. I have recently started following this and wanted your help in setting up the environment. Especially the fetch_image.cgi. I am very confused on where and how to edit the file and where to add the code. Can you please share your code for the fetch_image.cgi? It would be of a great help. Thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants