Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 9061  / 2 Years ago, sat, july 23, 2022, 10:33:24

I'm trying to compile freetds according to these instructions: http://www.mavrick.id.au/2012/php-5-3-6-mssql-freetds/



However configure is failing. My command is:



./configure --enable-msdblib -–prefix=/usr/local/freetds


I'm getting



configure: error: unrecognized option: `-–prefix=/usr/local/freetds'
Try `./configure --help' for more information.


for all command line options, even --help



I have build-essentials, gcc and make installed. I also tried sudo, even though I am logged in as root. It seems to me something is still missing?


More From » make

 Answers
4

You have to use --prefix ("minus minus"), not -–prefix ("minus dash")


[#35882] Monday, July 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
entmpy

Total Points: 52
Total Questions: 112
Total Answers: 113

Location: Marshall Islands
Member since Tue, Sep 21, 2021
3 Years ago
entmpy questions
;