I made sure that the Apache user can access the conda env Python: /Users/Andres/Applications/miniconda/envs/testEnv > / = drwxr-xr-x l=30 u=root/0 g=wheel/0 s=960 m=09-18-2018@10:49:29 > Users = drwxr-xr-x l=8 u=root/0 g=admin/80 s=256 m=08-28-2018@16:39:40 > Andres = drwxr-xr-x l=43 u=Andres/501 g=staff/20 s=1376 > m=10-17-2018@11:23:51 > Applications = drwxr-x--- l=6 u=Andres/501 g=daemon/1 s=192 > m=09-20-2018@14:18:20 > miniconda = drwxr-xr-x l=13 u=Andres/501 g=daemon/1 s=416 > m=10-12-2018@15:14:54 > envs = drwxr-xr-x l=5 u=Andres/501 g=daemon/1 s=160 m=10-12-2018@15:10:28 > testEnv = drwxr-xr-x l=8 u=Andres/501 g=daemon/1 s=256 > m=09-18-2018@13:13:27
But when I try to start up Apache: sudo /Applications/XAMPP/xamppfiles/bin/apachectl start I still get: httpd: Syntax error on line 523 of > /Applications/XAMPP/xamppfiles/etc/httpd.conf: Syntax error on line 7 of > /Applications/XAMPP/xamppfiles/apache2/conf/httpd.conf: Cannot load > /Users/Andres/Applications/miniconda/envs/tdmEnv/lib/python3.6/site-packages/mod_wsgi/server/mod_wsgi-py36.cpython-36m-darwin.so > > into server: > dlopen(/Users/Andres/Applications/miniconda/envs/testEnv/lib/python3.6/site-packages/mod_wsgi/server/mod_wsgi-py36.cpython-36m-darwin.so, > > 10): Symbol not found: _apr_file_info_get$INODE64\n Referenced from: > /Users/Andres/Applications/miniconda/envs/testEnv/lib/python3.6/site-packages/mod_wsgi/server/mod_wsgi-py36.cpython-36m-darwin.so\n > > Expected in: flat namespace\n in > /Users/Andres/Applications/miniconda/envs/testEnv/lib/python3.6/site-packages/mod_wsgi/server/mod_wsgi-py36.cpython-36m-darwin.so > The apache error log is not updating. Could this be caused by a mistake in httpd-vhosts.conf? -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
