Hi all, Recently I deploy my mezzanine-cartridge project on heroku. When I run "git push heroku master", but heroku seems not able to compile reportlab. Here is the error info:
" /usr/bin/ld: /usr/local/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libpython2.7.a: could not read symbols: Bad value collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1" Here is my requirements.txt: django gunicorn south psycopg2 dj-database-url mezzanine cartridge mezzanine-pagedown Please hep me fix it! It's been bothering me for a long time. Thank you! -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
