Skip to content

Exercise 1 Missing freetype2 lib, wrong CC path #46

@pk2

Description

@pk2
export LLVM_CONFIG="llvm-config-11"
CC=$HOME/AFLplusplus/afl-clang-fast CXX=$HOME/AFLplusplus/afl-clang-fast++ ./configure --prefix="$HOME/fuzzing_xpdf/install/"
make
make install

Should be:

apt-get install libfreetype6-dev libmotif-dev libxt-dev
export LLVM_CONFIG="llvm-config-11"
CC=/AFLplusplus/afl-clang-fast CXX=/AFLplusplus/afl-clang-fast++ ./configure --prefix="/home/fuzzing_xpdf/install/" --with-freetype2-includes=/usr/include/freetype2
make
make install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions